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 java.lang.Object
- implements org.apache.struts2.spi.ActionContext
Constructor Summary |
ActionContextImpl(com.opensymphony.xwork2.ActionInvocation invocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionContextImpl
public ActionContextImpl(com.opensymphony.xwork2.ActionInvocation invocation)
getAction
public java.lang.Object getAction()
- Specified by:
getAction
in interface org.apache.struts2.spi.ActionContext
getMethod
public java.lang.reflect.Method getMethod()
- Specified by:
getMethod
in interface org.apache.struts2.spi.ActionContext
getActionName
public java.lang.String getActionName()
- Specified by:
getActionName
in interface org.apache.struts2.spi.ActionContext
getNamespacePath
public java.lang.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-2006 Apache Software Foundation. All Rights Reserved.