org.apache.agila.example
Class LeaveApprovalHandler

java.lang.Object
  extended by org.apache.agila.example.LeaveApprovalHandler
All Implemented Interfaces:
java.io.Serializable, HTTPRenderer, HTTPResponseHandler, Renderer, ResponseHandler

public class LeaveApprovalHandler
extends java.lang.Object
implements HTTPRenderer, HTTPResponseHandler

See Also:
Serialized Form

Field Summary
static java.lang.String APP_DATA_NAME
           
 
Constructor Summary
LeaveApprovalHandler(NodeContext ctx)
           
 
Method Summary
 ResponseHandlerResponse processAction(javax.servlet.http.HttpServletRequest actionRequest, javax.servlet.http.HttpServletResponse actionResponse)
           
 java.lang.String render(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_DATA_NAME

public static final java.lang.String APP_DATA_NAME
See Also:
Constant Field Values
Constructor Detail

LeaveApprovalHandler

public LeaveApprovalHandler(NodeContext ctx)
Method Detail

render

public java.lang.String render(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws java.io.IOException
Specified by:
render in interface HTTPRenderer
Throws:
java.io.IOException

processAction

public ResponseHandlerResponse processAction(javax.servlet.http.HttpServletRequest actionRequest,
                                             javax.servlet.http.HttpServletResponse actionResponse)
Specified by:
processAction in interface HTTPResponseHandler


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.