webwork.examples
Class XSLTTest
java.lang.Object
webwork.action.ActionSupport
webwork.examples.XSLTTest
- All Implemented Interfaces:
- Action, IllegalArgumentAware, ParameterAware, java.io.Serializable
- public class XSLTTest
- extends ActionSupport
- implements ParameterAware
Test action for XSLT view layer.
- Version:
- $Revision: 1.6 $
- Author:
- Philipp Meier (meier@o-matic.de)
- See Also:
XSLTServlet
,
Serialized Form
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, execute, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTTest
public XSLTTest()
getB
public boolean getB()
getC
public char getC()
getI
public int getI()
getS
public short getS()
getL
public long getL()
getD
public double getD()
getF
public float getF()
getBC
public java.lang.Boolean getBC()
getCC
public java.lang.Character getCC()
getIC
public java.lang.Integer getIC()
getSC
public java.lang.Short getSC()
getLC
public java.lang.Long getLC()
getDC
public java.lang.Double getDC()
getFC
public java.lang.Float getFC()
getIArray
public int[] getIArray()
getCollection
public java.util.Collection getCollection()
getMap
public java.util.Map getMap()
getVector
public java.util.Vector getVector()
getTestBean
public XSLTTest.TestBean getTestBean()
setParameters
public void setParameters(java.util.Map parameters)
- Specified by:
setParameters
in interface ParameterAware
doExecute
protected java.lang.String doExecute()
throws java.lang.Exception
- Overrides:
doExecute
in class ActionSupport
- Throws:
java.lang.Exception
Copyright © 2001-2003 WebWork All Rights Reserved.