net.killingar.forum.actions
Class EditOptions

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by net.killingar.actions.ActionSupport
          extended by net.killingar.forum.actions.ActionForumSupport
              extended by net.killingar.forum.actions.area.ActionAreaSupport
                  extended by net.killingar.forum.actions.EditOptions
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.IllegalArgumentAware, webwork.action.ParameterAware, webwork.action.SessionAware

public class EditOptions
extends ActionAreaSupport
implements webwork.action.ParameterAware

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.killingar.forum.actions.area.ActionAreaSupport
areamgr
 
Fields inherited from class net.killingar.forum.actions.ActionForumSupport
CHAIN, itemlistmgr, manager, session, start, timemgr
 
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
EditOptions()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 java.util.List getBooleanOptions()
           
 java.lang.String getCustomHtml()
           
 java.lang.String getDefaultPostMode()
           
 java.lang.String getLoc()
           
 java.lang.String getMessagesPerPage()
           
 java.util.List getStringOptions()
           
 java.lang.String getUserDisplayMode()
           
 void setLoc(java.lang.String in)
           
 void setParameters(java.util.Map map)
           
 void setSession(java.util.Map map)
           
 
Methods inherited from class net.killingar.forum.actions.ActionForumSupport
execute, getCurrentUser, getExecutionTime, getHasAccess, getItemlistmgr, getManager, getOption, getOptionsmgr, getUnreadFromHereTime, setManager
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, 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

EditOptions

public EditOptions()
Method Detail

setParameters

public void setParameters(java.util.Map map)
Specified by:
setParameters in interface webwork.action.ParameterAware

setSession

public void setSession(java.util.Map map)
Specified by:
setSession in interface webwork.action.SessionAware
Overrides:
setSession in class ActionAreaSupport

setLoc

public void setLoc(java.lang.String in)

getStringOptions

public java.util.List getStringOptions()

getBooleanOptions

public java.util.List getBooleanOptions()

getCustomHtml

public java.lang.String getCustomHtml()

getDefaultPostMode

public java.lang.String getDefaultPostMode()

getMessagesPerPage

public java.lang.String getMessagesPerPage()

getUserDisplayMode

public java.lang.String getUserDisplayMode()

getLoc

public java.lang.String getLoc()

doExecute

protected java.lang.String doExecute()
Overrides:
doExecute in class webwork.action.ActionSupport


Copyright © 2005 Anders Hovmoller All Rights Reserved.