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

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

public class Echo
extends java.lang.Object
implements WebHelper


Constructor Summary
Echo()
           
 
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

Echo

public Echo()
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