net.killingar.actions.wiki
Class Diff

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by net.killingar.actions.ActionSupport
          extended by net.killingar.actions.wiki.WikiAction
              extended by net.killingar.actions.wiki.Diff
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.IllegalArgumentAware, webwork.action.SessionAware

public class Diff
extends WikiAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.killingar.actions.wiki.WikiAction
dvm, vm
 
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
Diff()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 java.lang.String getContext()
           
 java.lang.String getDiff()
           
 java.lang.String getVersion()
           
 void setContext(java.lang.String in)
           
 void setVersion(java.lang.String in)
           
 
Methods inherited from class net.killingar.actions.wiki.WikiAction
execute, getDefaultContext, getDefaultWiki, getExecutionTime, getTitle, getWiki, setWiki
 
Methods inherited from class net.killingar.actions.ActionSupport
setSession
 
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

Diff

public Diff()
Method Detail

getContext

public java.lang.String getContext()
Overrides:
getContext in class WikiAction

getVersion

public java.lang.String getVersion()

getDiff

public java.lang.String getDiff()

setContext

public void setContext(java.lang.String in)
Overrides:
setContext in class WikiAction

setVersion

public void setVersion(java.lang.String in)

doExecute

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


Copyright © 2005 Anders Hovmoller All Rights Reserved.