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

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

public class Struts2ExceptionMapping
extends java.lang.Object

This is a mapping for exceptions on an action.

Author:
sylvain

Field Summary
 java.lang.String exceptionName
          Name of the exception.
 java.lang.String mappingName
          Name of the mapping.
 java.util.ArrayList<Struts2Parameter> parameters
          Custom parameters.
 java.lang.String resultName
          Name of the result.
 
Constructor Summary
Struts2ExceptionMapping()
           
Struts2ExceptionMapping(Struts2ExceptionMapping old)
          Create a copy of the given mapping.
 
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

mappingName

public java.lang.String mappingName
Name of the mapping.


exceptionName

public java.lang.String exceptionName
Name of the exception.


resultName

public java.lang.String resultName
Name of the result.


parameters

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

Constructor Detail

Struts2ExceptionMapping

public Struts2ExceptionMapping()

Struts2ExceptionMapping

public Struts2ExceptionMapping(Struts2ExceptionMapping old)
Create a copy of the given mapping.

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.