net.nplus1.anduril.web.delegates.helpers
Class GetTimeCardsByTask

java.lang.Object
  extended bynet.nplus1.anduril.web.delegates.helpers.GetTimeCardsByTask
All Implemented Interfaces:
WebHelper

public class GetTimeCardsByTask
extends java.lang.Object
implements WebHelper


Constructor Summary
GetTimeCardsByTask()
           
 
Method Summary
 void process(RequestContext context, java.lang.String variable, java.lang.String value)
          method that provides the helper fucntionality for the view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTimeCardsByTask

public GetTimeCardsByTask()
Method Detail

process

public void process(RequestContext context,
                    java.lang.String variable,
                    java.lang.String value)
             throws WebException
Description copied from interface: WebHelper
method that provides the helper fucntionality for the view. It has access to the RequestContext which is adjusted by the Application Controller. The resulting data is available to the JSP view.

Specified by:
process in interface WebHelper
Parameters:
context - the request data associated with the page.
variable - the name of the variable to make the data available to the view.
Throws:
WebException