org.apache.struts2.impl
Class ActionContextImpl
java.lang.Object
org.apache.struts2.impl.ActionContextImpl
- All Implemented Interfaces:
- org.apache.struts2.spi.ActionContext
public class ActionContextImpl
- extends Object
- implements org.apache.struts2.spi.ActionContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invocation
final ActionInvocation invocation
resultInterceptors
List<org.apache.struts2.spi.Result> resultInterceptors
ActionContextImpl
public ActionContextImpl(ActionInvocation invocation)
getAction
public Object getAction()
- Specified by:
getAction
in interface org.apache.struts2.spi.ActionContext
getMethod
public Method getMethod()
- Specified by:
getMethod
in interface org.apache.struts2.spi.ActionContext
getActionName
public String getActionName()
- Specified by:
getActionName
in interface org.apache.struts2.spi.ActionContext
getNamespacePath
public String getNamespacePath()
- Specified by:
getNamespacePath
in interface org.apache.struts2.spi.ActionContext
addResultInterceptor
public void addResultInterceptor(org.apache.struts2.spi.Result interceptor)
- Specified by:
addResultInterceptor
in interface org.apache.struts2.spi.ActionContext
getResult
public org.apache.struts2.spi.Result getResult()
- Specified by:
getResult
in interface org.apache.struts2.spi.ActionContext
getPrevious
public org.apache.struts2.spi.ActionContext getPrevious()
- Specified by:
getPrevious
in interface org.apache.struts2.spi.ActionContext
getNext
public org.apache.struts2.spi.ActionContext getNext()
- Specified by:
getNext
in interface org.apache.struts2.spi.ActionContext
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.