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.
|
execute
execute
protected void perform(ActionContext context, String uri) throws Exception
Perform the appropriate processing on the specified include uri.
perform
in class AbstractPerformInclude
context
- The context for this requesturi
- The uri to be includedException
- if thrown by the Action
protected String includePath(ActionContext actionContext, String include)
AbstractPerformInclude
Returns the path to perform the include. Override this method to provide a different path.
includePath
in class AbstractPerformInclude
actionContext
- The context for this requestinclude
- The forward to be performedCopyright © 2000–2016 Apache Software Foundation. All rights reserved.