public class PathResolutionDetailsImpl extends Object implements PathResolutionDetails
| Constructor and Description |
|---|
PathResolutionDetailsImpl() |
| Modifier and Type | Method and Description |
|---|---|
Asset |
getAsset() |
String |
getRedirectLocation() |
Section |
getSection() |
boolean |
isRedirect() |
void |
setAsset(Asset asset) |
void |
setRedirect(boolean redirect) |
void |
setRedirectLocation(String redirectLocation) |
void |
setSection(Section section) |
public Asset getAsset()
getAsset in interface PathResolutionDetailspublic void setAsset(Asset asset)
public Section getSection()
getSection in interface PathResolutionDetailspublic void setSection(Section section)
public boolean isRedirect()
isRedirect in interface PathResolutionDetailspublic void setRedirect(boolean redirect)
public String getRedirectLocation()
getRedirectLocation in interface PathResolutionDetailspublic void setRedirectLocation(String redirectLocation)
Copyright © 2005–2014 Alfresco Software. All rights reserved.