webwork.examples
Class Bar

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bywebwork.examples.Bar
All Implemented Interfaces:
Action, IllegalArgumentAware, java.io.Serializable

public class Bar
extends ActionSupport

Bar

Version:
$Revision: 1.3 $
Author:
Matt Baldree date $Date: 2003/11/01 18:15:24 $
See Also:
Serialized Form

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
Bar()
           
 
Method Summary
 java.lang.String doExecute()
           
 java.lang.String getBarMessage()
           
 java.lang.String getTitle()
           
 void setTitle(java.lang.String title)
           
 
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

Bar

public Bar()
Method Detail

setTitle

public void setTitle(java.lang.String title)

getTitle

public java.lang.String getTitle()

getBarMessage

public java.lang.String getBarMessage()

doExecute

public java.lang.String doExecute()
Overrides:
doExecute in class ActionSupport


Copyright © 2001-2003 WebWork All Rights Reserved.