webwork.examples
Class XSLTTest

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bywebwork.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

Nested Class Summary
 class XSLTTest.TestBean
           
 
Field Summary
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages, log
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
XSLTTest()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 boolean getB()
           
 java.lang.Boolean getBC()
           
 char getC()
           
 java.lang.Character getCC()
           
 java.util.Collection getCollection()
           
 double getD()
           
 java.lang.Double getDC()
           
 float getF()
           
 java.lang.Float getFC()
           
 int getI()
           
 int[] getIArray()
           
 java.lang.Integer getIC()
           
 long getL()
           
 java.lang.Long getLC()
           
 java.util.Map getMap()
           
 short getS()
           
 java.lang.Short getSC()
           
 XSLTTest.TestBean getTestBean()
           
 java.util.Vector getVector()
           
 void setParameters(java.util.Map parameters)
           
 
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
 

Constructor Detail

XSLTTest

public XSLTTest()
Method Detail

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.