|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.integration.ant.CactifyWarTask.Redirector
Abstract base class for nested redirector elements.
Constructor Summary | |
CactifyWarTask.Redirector()
|
Method Summary | |
abstract void |
mergeInto(WebXml theWebXml)
Merges the definition of the redirector into the provided deployment descriptor. |
void |
setMapping(java.lang.String theMapping)
Sets the URL pattern that the redirector should be mapped to. |
void |
setName(java.lang.String theName)
Sets the name of the redirector. |
void |
setRoles(java.lang.String theRoles)
Sets the comma-separated list of role names that should be granted access to the redirector. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CactifyWarTask.Redirector()
Method Detail |
public abstract void mergeInto(WebXml theWebXml)
theWebXml
- The deployment descriptor into which the redirector
definition should be mergedpublic final void setName(java.lang.String theName)
theName
- The name to setpublic final void setMapping(java.lang.String theMapping)
theMapping
- The URL pattern to setpublic final void setRoles(java.lang.String theRoles)
theRoles
- The roles to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |