| com.opensymphony.module.sitemesh.Decorator
All known Subclasses: com.opensymphony.module.sitemesh.mapper.DefaultDecorator,
Method Summary | |
String | getInitParameter(String paramName) Returns a String containing the value of the named initialization parameter,
or null if the parameter does not exist.
Parameters: paramName - Key of parameter. | Iterator | getInitParameterNames() Returns the names of the Decorator's initialization parameters as an Iterator
of String objects, or an empty Iterator if the Decorator has no initialization parameters. | String | getName() Name of the Decorator. | String | getPage() URI of the Servlet/JSP to dispatch the request to (relative to the
web-app context). | String | getRole() Role the user has to be in to get this decorator applied. | String | getURIPath() URI path of the Decorator. |
getInitParameter | String getInitParameter(String paramName)(Code) | | Returns a String containing the value of the named initialization parameter,
or null if the parameter does not exist.
Parameters: paramName - Key of parameter. Value of the parameter or null if not found. |
getInitParameterNames | Iterator getInitParameterNames()(Code) | | Returns the names of the Decorator's initialization parameters as an Iterator
of String objects, or an empty Iterator if the Decorator has no initialization parameters.
|
getName | String getName()(Code) | | Name of the Decorator. For informational purposes only.
|
getPage | String getPage()(Code) | | URI of the Servlet/JSP to dispatch the request to (relative to the
web-app context).
|
getRole | String getRole()(Code) | | Role the user has to be in to get this decorator applied.
|
getURIPath | String getURIPath()(Code) | | URI path of the Decorator. Enables support for decorators defined in seperate web-apps.
|
|
|