net.killingar.forum.actions.strip
Class Delete

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.ActionListSupport
                  extended by net.killingar.forum.actions.comic.ActionComicsSupport
                      extended by net.killingar.forum.actions.strip.Delete
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.IllegalArgumentAware, webwork.action.SessionAware

public class Delete
extends ActionComicsSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.killingar.forum.actions.comic.ActionComicsSupport
comicmgr
 
Fields inherited from class net.killingar.forum.actions.ActionListSupport
itemLists
 
Fields inherited from class net.killingar.forum.actions.ActionForumSupport
CHAIN, itemlistmgr, manager, optionmgr, 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
Delete()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 Comic getComic()
           
 long getComicId()
           
 Strip getStrip()
           
 java.lang.String getUrl()
           
 void setConfirmed(boolean in)
           
 void setStripID(long stripID)
           
 
Methods inherited from class net.killingar.forum.actions.comic.ActionComicsSupport
setSession
 
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

Delete

public Delete()
Method Detail

setStripID

public void setStripID(long stripID)

setConfirmed

public void setConfirmed(boolean in)

getStrip

public Strip getStrip()

getComic

public Comic getComic()

getComicId

public long getComicId()

getUrl

public java.lang.String getUrl()

doExecute

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


Copyright © 2005 Anders Hovmoller All Rights Reserved.