|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface describes the object used to define portal site menu options.
| Field Summary | |
static String |
ANY_PROFILE_LOCATOR
ANY_PROFILE_LOCATOR - wildcard value for profile locator names |
| Method Summary | |
int |
getDepth()
getDepth - get depth of inclusion for folder options |
String |
getOptions()
getOptions - get comma separated menu options |
String |
getOrder()
getOrder - get comma separated regexp ordering patterns |
String |
getProfile()
getProfile - get profile locator used to filter options |
String |
getSkin()
getSkin - get skin name for options |
boolean |
isPaths()
isPaths - get generate ordered path options |
boolean |
isRegexp()
isRegexp - get regexp flag for interpreting options |
void |
setDepth(int depth)
setDepth - set depth of inclusion for folder options |
void |
setOptions(String options)
setOptions - set comma separated menu options |
void |
setOrder(String order)
setOrder - set comma separated regexp ordering patterns |
void |
setPaths(boolean paths)
setPaths - set generate ordered path options |
void |
setProfile(String locatorName)
setProfile - set profile locator used to filter options |
void |
setRegexp(boolean regexp)
setRegexp - set regexp flag for interpreting options |
void |
setSkin(String name)
setSkin - set skin name for options |
| Field Detail |
public static final String ANY_PROFILE_LOCATOR
| Method Detail |
public String getOptions()
public void setOptions(String options)
options - option paths specificationpublic int getDepth()
public void setDepth(int depth)
depth - inclusion depthpublic boolean isPaths()
public void setPaths(boolean paths)
paths - paths options flagpublic boolean isRegexp()
public void setRegexp(boolean regexp)
regexp - regexp flagpublic String getProfile()
public void setProfile(String locatorName)
locatorName - profile locator namepublic String getOrder()
public void setOrder(String order)
order - ordering patterns listpublic String getSkin()
public void setSkin(String name)
name - skin name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||