Save This Page
Home » struts-1.3.9-src » org.apache.struts » chain » commands » servlet » [javadoc | source]
org.apache.struts.chain.commands.servlet
public class: PerformInclude [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractPerformInclude
         org.apache.struts.chain.commands.servlet.PerformInclude

All Implemented Interfaces:
    ActionCommand

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

Method from org.apache.struts.chain.commands.servlet.PerformInclude Summary:
includePath,   perform
Methods from org.apache.struts.chain.commands.AbstractPerformInclude:
execute,   includePath,   perform
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.servlet.PerformInclude Detail:
 protected String includePath(ActionContext actionContext,
    String include) 
 protected  void perform(ActionContext context,
    String uri) throws Exception 

    Perform the appropriate processing on the specified include uri.