com.alveole.studio.web.managers.struts2
Class Struts2InterceptorRef

java.lang.Object
  extended by com.alveole.studio.web.managers.struts2.Struts2InterceptorRef

public class Struts2InterceptorRef
extends java.lang.Object

This is a reference to an interceptor.

Author:
sylvain

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

referenceName

public java.lang.String referenceName
Name of the interceptor.


parameters

public java.util.ArrayList<Struts2Parameter> parameters
Custom parameters.

Constructor Detail

Struts2InterceptorRef

public Struts2InterceptorRef()

Struts2InterceptorRef

public Struts2InterceptorRef(Struts2InterceptorRef inter)
Create a copy of the given interceptor.

Parameters:
inter - The source.
Method Detail

getParametersArray

public java.lang.String[][] getParametersArray()
Gets list of parameters as an array of strings.


setParametersArray

public void setParametersArray(java.lang.String[][] array)
Sets list of parameters as an array of strings.