|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MenuOptionsDefinition
This interface describes the object used to define portal site menu options.
| Field Summary | |
|---|---|
static java.lang.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 |
java.lang.String |
getOptions()
getOptions - get comma separated menu options |
java.lang.String |
getOrder()
getOrder - get comma separated regexp ordering patterns |
java.lang.String |
getProfile()
getProfile - get profile locator used to filter options |
java.lang.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(java.lang.String options)
setOptions - set comma separated menu options |
void |
setOrder(java.lang.String order)
setOrder - set comma separated regexp ordering patterns |
void |
setPaths(boolean paths)
setPaths - set generate ordered path options |
void |
setProfile(java.lang.String locatorName)
setProfile - set profile locator used to filter options |
void |
setRegexp(boolean regexp)
setRegexp - set regexp flag for interpreting options |
void |
setSkin(java.lang.String name)
setSkin - set skin name for options |
| Field Detail |
|---|
static final java.lang.String ANY_PROFILE_LOCATOR
| Method Detail |
|---|
java.lang.String getOptions()
void setOptions(java.lang.String options)
options - option paths specificationint getDepth()
void setDepth(int depth)
depth - inclusion depthboolean isPaths()
void setPaths(boolean paths)
paths - paths options flagboolean isRegexp()
void setRegexp(boolean regexp)
regexp - regexp flagjava.lang.String getProfile()
void setProfile(java.lang.String locatorName)
locatorName - profile locator namejava.lang.String getOrder()
void setOrder(java.lang.String order)
order - ordering patterns listjava.lang.String getSkin()
void setSkin(java.lang.String name)
name - skin name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||