|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.portalsite.view.SiteViewSearchPath
This class represents a search path along with a profile locator name used to construct the logical site view. The profiler locator name is uses to identify and group located nodes within the view.
Field Summary | |
private String |
locatorName
locatorName - profile locator name |
private String |
searchPath
searchPath - search path |
Constructor Summary | |
SiteViewSearchPath(String locatorName,
String searchPath)
SiteViewSearchPath - validating constructor that strips any trailing folder separator from search path |
Method Summary | |
boolean |
equals(Object obj)
equals - compare as string to search path |
String |
getLocatorName()
getLocatorName - return profile locator name |
int |
hashCode()
hashCode - return search path hash code |
String |
toString()
toString - return search path |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private String locatorName
private String searchPath
Constructor Detail |
public SiteViewSearchPath(String locatorName, String searchPath)
locatorName
- profile locator namesearchPath
- search pathMethod Detail |
public String toString()
public boolean equals(Object obj)
public int hashCode()
public String getLocatorName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |