org.apache.struts.chain.servlet
Class PerformInclude

java.lang.Object
  extended byorg.apache.struts.chain.AbstractPerformInclude
      extended byorg.apache.struts.chain.servlet.PerformInclude
All Implemented Interfaces:
org.apache.commons.chain.Command

public class PerformInclude
extends AbstractPerformInclude

Perform forwarding or redirection based on the specified include uri (if any).

Version:
$Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $

Field Summary
 
Fields inherited from class org.apache.struts.chain.AbstractPerformInclude
 
Constructor Summary
PerformInclude()
           
 
Method Summary
protected  void perform(org.apache.commons.chain.Context context, java.lang.String uri)
          Perform the appropriate processing on the specified include uri.
 
Methods inherited from class org.apache.struts.chain.AbstractPerformInclude
execute, getIncludeKey, getModuleConfigKey, setIncludeKey, setModuleConfigKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformInclude

public PerformInclude()
Method Detail

perform

protected void perform(org.apache.commons.chain.Context context,
                       java.lang.String uri)
                throws java.lang.Exception

Perform the appropriate processing on the specified include uri.

Specified by:
perform in class AbstractPerformInclude
Parameters:
context - The context for this request
uri - The uri to be included
Throws:
java.lang.Exception


Copyright ? 2003 - Apache Software Foundation