public class PerformInclude extends AbstractPerformInclude
Perform forwarding or redirection based on the specified include uri (if any).
| Constructor and Description |
|---|
PerformInclude() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
includePath(ActionContext actionContext,
String include)
Returns the path to perform the include.
|
protected void |
perform(ActionContext context,
String uri)
Perform the appropriate processing on the specified include
uri.
|
executeexecuteprotected void perform(ActionContext context, String uri) throws Exception
Perform the appropriate processing on the specified include uri.
perform in class AbstractPerformIncludecontext - The context for this requesturi - The uri to be includedException - if thrown by the Actionprotected String includePath(ActionContext actionContext, String include)
AbstractPerformIncludeReturns the path to perform the include. Override this method to provide a different path.
includePath in class AbstractPerformIncludeactionContext - The context for this requestinclude - The forward to be performedCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.