org.xmoon.commons
Class WorkBench

java.lang.Object
  extended byorg.xmoon.commons.WorkBench

public class WorkBench
extends java.lang.Object

Author:
Mario Ne

Field Summary
private  org.apache.struts.action.Action action
           
private  org.apache.struts.action.ActionForm actionForm
           
private  org.apache.struts.action.ActionMapping actionMapping
           
private  org.apache.struts.action.ActionMessages errors
           
private  boolean execute
           
private  java.lang.String forward
           
private  org.apache.struts.action.ActionMessages messages
           
private  PropertiesNode propertyNode
           
private  javax.servlet.http.HttpServletRequest request
           
private  javax.servlet.http.HttpServletResponse response
           
private  Service service
           
private  java.lang.String serviceName
           
private  java.lang.String servicePath
           
 
Constructor Summary
WorkBench()
           
 
Method Summary
 boolean ContinueExecute()
           
 org.apache.struts.action.Action getAction()
           
 org.apache.struts.action.ActionForm getActionForm()
           
 org.apache.struts.action.ActionMapping getActionMapping()
           
 org.apache.struts.action.ActionMessages getErrors()
           
 java.lang.String getForward()
           
 org.apache.struts.action.ActionMessages getMessages()
           
 PropertiesNode getPropertyNode()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 Service getService()
           
 java.lang.String getServiceName()
           
 java.lang.String getServicePath()
           
 javax.servlet.http.HttpSession getSession()
           
 void saveErrors(org.apache.struts.action.ActionMessages msgs)
           
 void saveMessages(org.apache.struts.action.ActionMessages msgs)
           
 void setAction(org.apache.struts.action.Action action)
           
 void setActionForm(org.apache.struts.action.ActionForm actionForm)
           
 void setActionMapping(org.apache.struts.action.ActionMapping actionMapping)
           
 void setForward(java.lang.String forward)
           
 void setPropertyNode(PropertiesNode propertyNode)
           
 void setRequest(javax.servlet.http.HttpServletRequest request)
           
 void setResponse(javax.servlet.http.HttpServletResponse response)
           
 void setService(Service service)
           
 void setServiceName(java.lang.String serviceName)
           
 void setServicePath(java.lang.String servicePath)
           
 void stopExecute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceName

private java.lang.String serviceName

servicePath

private java.lang.String servicePath

execute

private boolean execute

forward

private java.lang.String forward

action

private org.apache.struts.action.Action action

service

private Service service

actionForm

private org.apache.struts.action.ActionForm actionForm

actionMapping

private org.apache.struts.action.ActionMapping actionMapping

request

private javax.servlet.http.HttpServletRequest request

response

private javax.servlet.http.HttpServletResponse response

messages

private org.apache.struts.action.ActionMessages messages

errors

private org.apache.struts.action.ActionMessages errors

propertyNode

private PropertiesNode propertyNode
Constructor Detail

WorkBench

public WorkBench()
Method Detail

getServiceName

public java.lang.String getServiceName()

setServiceName

public void setServiceName(java.lang.String serviceName)

ContinueExecute

public boolean ContinueExecute()

stopExecute

public void stopExecute()

getForward

public java.lang.String getForward()

setForward

public void setForward(java.lang.String forward)

getActionForm

public org.apache.struts.action.ActionForm getActionForm()

setActionForm

public void setActionForm(org.apache.struts.action.ActionForm actionForm)

getActionMapping

public org.apache.struts.action.ActionMapping getActionMapping()

setActionMapping

public void setActionMapping(org.apache.struts.action.ActionMapping actionMapping)

getRequest

public javax.servlet.http.HttpServletRequest getRequest()

setRequest

public void setRequest(javax.servlet.http.HttpServletRequest request)

getResponse

public javax.servlet.http.HttpServletResponse getResponse()

setResponse

public void setResponse(javax.servlet.http.HttpServletResponse response)

getSession

public javax.servlet.http.HttpSession getSession()

getAction

public org.apache.struts.action.Action getAction()

setAction

public void setAction(org.apache.struts.action.Action action)

getService

public Service getService()

setService

public void setService(Service service)

saveErrors

public void saveErrors(org.apache.struts.action.ActionMessages msgs)

saveMessages

public void saveMessages(org.apache.struts.action.ActionMessages msgs)

getErrors

public org.apache.struts.action.ActionMessages getErrors()

getMessages

public org.apache.struts.action.ActionMessages getMessages()

getPropertyNode

public PropertiesNode getPropertyNode()

setPropertyNode

public void setPropertyNode(PropertiesNode propertyNode)

getServicePath

public java.lang.String getServicePath()

setServicePath

public void setServicePath(java.lang.String servicePath)