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

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

public class GetPerson
extends java.lang.Object
implements WebHelper

Author:
brians

Constructor Summary
GetPerson()
           
 
Method Summary
 void process(RequestContext context, java.lang.String variable, java.lang.String arg)
          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

GetPerson

public GetPerson()
Method Detail

process

public void process(RequestContext context,
                    java.lang.String variable,
                    java.lang.String arg)
             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