public class

XSLTTest

extends ActionSupport
implements ParameterAware
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ webwork.examples.XSLTTest

Class Overview

Test action for XSLT view layer.

See Also

Summary

Nested Classes
class XSLTTest.TestBean  
[Expand]
Inherited Constants
From interface webwork.action.Action
[Expand]
Inherited Fields
From class webwork.action.ActionSupport
Public Constructors
XSLTTest()
Public Methods
boolean getB()
Boolean getBC()
char getC()
Character getCC()
Collection getCollection()
double getD()
Double getDC()
float getF()
Float getFC()
int getI()
int[] getIArray()
Integer getIC()
long getL()
Long getLC()
Map getMap()
short getS()
Short getSC()
XSLTTest.TestBean getTestBean()
Vector getVector()
void setParameters(Map parameters)
Protected Methods
String doExecute()
[Expand]
Inherited Methods
From class webwork.action.ActionSupport
From class java.lang.Object
From interface webwork.action.Action
From interface webwork.action.IllegalArgumentAware
From interface webwork.action.ParameterAware

Public Constructors

public XSLTTest ()

Public Methods

public boolean getB ()

public Boolean getBC ()

public char getC ()

public Character getCC ()

public Collection getCollection ()

public double getD ()

public Double getDC ()

public float getF ()

public Float getFC ()

public int getI ()

public int[] getIArray ()

public Integer getIC ()

public long getL ()

public Long getLC ()

public Map getMap ()

public short getS ()

public Short getSC ()

public XSLTTest.TestBean getTestBean ()

public Vector getVector ()

public void setParameters (Map parameters)

Protected Methods

protected String doExecute ()

Throws
Exception