org.xmoon.commons
Class WorkBench
java.lang.Object
org.xmoon.commons.WorkBench
- public class WorkBench
- extends java.lang.Object
- Author:
- Mario Ne
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WorkBench
public WorkBench()
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)