|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.alveole.studio.web.managers.struts2.Struts2CustomObject
public class Struts2CustomObject
This class contains all struts2 specific attributes for an Action.
| Field Summary | |
|---|---|
java.lang.String |
className
The action class name. |
java.util.ArrayList<Struts2ExceptionMapping> |
exceptionMappings
List of configured exception-mappings for this action. |
java.util.ArrayList<Struts2InterceptorRef> |
interceptors
List of configured interceptors for this action. |
java.lang.String |
methodName
The action metod. |
java.lang.String |
packageName
Associated package name. |
java.lang.String |
path
The action path. |
| Constructor Summary | |
|---|---|
Struts2CustomObject()
Constructor. |
|
Struts2CustomObject(Struts2CustomObject src)
Constructor for copy. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String className
public java.lang.String methodName
public java.lang.String path
public java.lang.String packageName
public java.util.ArrayList<Struts2InterceptorRef> interceptors
public java.util.ArrayList<Struts2ExceptionMapping> exceptionMappings
| Constructor Detail |
|---|
public Struts2CustomObject()
public Struts2CustomObject(Struts2CustomObject src)
src - The original object to copy.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||