webwork.examples
Class MonthList

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

public class MonthList
extends MonthSelector

List of days in month

Version:
$Revision: 1.1 $
Author:
Rickard Öberg ()
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
MonthList()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 int getDay()
           
 long getFirstDay()
           
 java.lang.String getFirstWeek()
           
 int getThisMonth()
           
 int getToday()
           
 java.util.List getWeeks()
           
 void setDay(java.lang.Integer aDay)
           
 
Methods inherited from class webwork.examples.MonthSelector
getMonth, setMonth
 
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

MonthList

public MonthList()
Method Detail

setDay

public void setDay(java.lang.Integer aDay)

getDay

public int getDay()

getWeeks

public java.util.List getWeeks()

getToday

public int getToday()

getThisMonth

public int getThisMonth()

getFirstWeek

public java.lang.String getFirstWeek()

getFirstDay

public long getFirstDay()

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.