|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.alveole.studio.web.managers.struts2.Struts2InterceptorRef
public class Struts2InterceptorRef
This is a reference to an interceptor.
| Field Summary | |
|---|---|
java.util.ArrayList<Struts2Parameter> |
parameters
Custom parameters. |
java.lang.String |
referenceName
Name of the interceptor. |
| Constructor Summary | |
|---|---|
Struts2InterceptorRef()
|
|
Struts2InterceptorRef(Struts2InterceptorRef inter)
Create a copy of the given interceptor. |
|
| Method Summary | |
|---|---|
java.lang.String[][] |
getParametersArray()
Gets list of parameters as an array of strings. |
void |
setParametersArray(java.lang.String[][] array)
Sets list of parameters as an array of strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String referenceName
public java.util.ArrayList<Struts2Parameter> parameters
| Constructor Detail |
|---|
public Struts2InterceptorRef()
public Struts2InterceptorRef(Struts2InterceptorRef inter)
inter - The source.| Method Detail |
|---|
public java.lang.String[][] getParametersArray()
public void setParametersArray(java.lang.String[][] array)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||