org.apache.cactus.integration.ant
Class CactifyWarTask.JspRedirector

java.lang.Object
  extended byorg.apache.cactus.integration.ant.CactifyWarTask.Redirector
      extended byorg.apache.cactus.integration.ant.CactifyWarTask.JspRedirector
Enclosing class:
CactifyWarTask

public static final class CactifyWarTask.JspRedirector
extends CactifyWarTask.Redirector

Implementation of Redirector for JSP test redirectors.


Constructor Summary
CactifyWarTask.JspRedirector()
          Default constructor.
 
Method Summary
 void mergeInto(WebXml theWebXml)
          Merges the definition of the redirector into the provided deployment descriptor.
 
Methods inherited from class org.apache.cactus.integration.ant.CactifyWarTask.Redirector
setMapping, setName, setRoles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CactifyWarTask.JspRedirector

public CactifyWarTask.JspRedirector()
Default constructor.

Method Detail

mergeInto

public void mergeInto(WebXml theWebXml)
Description copied from class: CactifyWarTask.Redirector
Merges the definition of the redirector into the provided deployment descriptor.

Specified by:
mergeInto in class CactifyWarTask.Redirector
Parameters:
theWebXml - The deployment descriptor into which the redirector definition should be merged
See Also:
CactifyWarTask.Redirector.mergeInto(org.apache.cactus.integration.ant.deployment.WebXml)


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.