|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.folder.impl.StandardMenuOptionsDefinitionImpl
org.apache.jetspeed.portalsite.menu.DefaultMenuOptionsDefinition
public class DefaultMenuOptionsDefinition
This class provides a menu options definition for options constructed directly from menu definitions.
Field Summary |
---|
Fields inherited from interface org.apache.jetspeed.om.folder.MenuOptionsDefinition |
---|
ANY_PROFILE_LOCATOR |
Constructor Summary | |
---|---|
DefaultMenuOptionsDefinition(java.lang.String options,
int depth,
boolean paths,
boolean regexp,
java.lang.String locatorName,
java.lang.String order)
DefaultMenuOptionsDefinition - constructor |
Method Summary | |
---|---|
int |
getDepth()
getDepth - get depth of inclusion for folder menu options |
java.lang.String |
getOptions()
getOptions - get comma separated menu options if not specified as elements |
java.lang.String |
getOrder()
getOrder - get comma separated regexp ordering patterns |
java.lang.String |
getProfile()
getProfile - get profile locator used to filter specified options |
boolean |
isPaths()
isPaths - get generate ordered path options |
boolean |
isRegexp()
isRegexp - get regexp flag for interpreting options |
Methods inherited from class org.apache.jetspeed.om.folder.impl.StandardMenuOptionsDefinitionImpl |
---|
getSkin, setDepth, setOptions, setOrder, setPaths, setProfile, setRegexp, setSkin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMenuOptionsDefinition(java.lang.String options, int depth, boolean paths, boolean regexp, java.lang.String locatorName, java.lang.String order)
Method Detail |
---|
public java.lang.String getOptions()
getOptions
in interface MenuOptionsDefinition
getOptions
in class StandardMenuOptionsDefinitionImpl
public int getDepth()
getDepth
in interface MenuOptionsDefinition
getDepth
in class StandardMenuOptionsDefinitionImpl
public boolean isPaths()
isPaths
in interface MenuOptionsDefinition
isPaths
in class StandardMenuOptionsDefinitionImpl
public boolean isRegexp()
isRegexp
in interface MenuOptionsDefinition
isRegexp
in class StandardMenuOptionsDefinitionImpl
public java.lang.String getProfile()
getProfile
in interface MenuOptionsDefinition
getProfile
in class StandardMenuOptionsDefinitionImpl
public java.lang.String getOrder()
getOrder
in interface MenuOptionsDefinition
getOrder
in class StandardMenuOptionsDefinitionImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |