|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Decorator
Representation of a Decorator.
A Decorator is infact a Servlet/JSP, and this is a wrapper to reference it.
An implementation is returned by the DecoratorMapper
.
Method Summary | |
---|---|
java.lang.String |
getInitParameter(java.lang.String paramName)
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist. |
java.util.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. |
java.lang.String |
getName()
Name of the Decorator. |
java.lang.String |
getPage()
URI of the Servlet/JSP to dispatch the request to (relative to the web-app context). |
java.lang.String |
getRole()
Role the user has to be in to get this decorator applied. |
java.lang.String |
getURIPath()
URI path of the Decorator. |
Method Detail |
---|
java.lang.String getPage()
java.lang.String getName()
java.lang.String getURIPath()
java.lang.String getRole()
java.lang.String getInitParameter(java.lang.String paramName)
paramName
- Key of parameter.
java.util.Iterator getInitParameterNames()
|
www.opensymphony.com/sitemesh/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |