planetj.html
Class HTMLParameterInput

java.lang.Object
  |
  +--planetj.html.HTMLParameterInput

public class HTMLParameterInput
extends Object

Generates HTML inputs for display parameters.


Method Summary
 StringBuffer appendParameterInput(IDisplayParameter param, StringBuffer html, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Appends generated HTML code for a label, operator, and input for a display parameter
 StringBuffer appendParameterInputs(Iterator params, StringBuffer html, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Appends generated HTML code for a label, operator, and input for display parameters
 void loadAttributeValues(IContext context, javax.servlet.http.HttpServletRequest request)
          Gets the values of all attributes out of the request and puts them in the context.
 void loadParameterValues(IContext context, javax.servlet.http.HttpServletRequest request)
          Gets the values of all parameters out of the request and puts them in the context.
static HTMLParameterInput singleton()
          Gets the singleton instance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

appendParameterInput

public StringBuffer appendParameterInput(IDisplayParameter param,
                                         StringBuffer html,
                                         javax.servlet.http.HttpServletRequest request,
                                         javax.servlet.http.HttpServletResponse response)
                                  throws CMException
Appends generated HTML code for a label, operator, and input for a display parameter

CMException

appendParameterInputs

public StringBuffer appendParameterInputs(Iterator params,
                                          StringBuffer html,
                                          javax.servlet.http.HttpServletRequest request,
                                          javax.servlet.http.HttpServletResponse response)
                                   throws CMException
Appends generated HTML code for a label, operator, and input for display parameters

CMException

loadParameterValues

public void loadParameterValues(IContext context,
                                javax.servlet.http.HttpServletRequest request)
                         throws CMException
Gets the values of all parameters out of the request and puts them in the context.

CMException

loadAttributeValues

public void loadAttributeValues(IContext context,
                                javax.servlet.http.HttpServletRequest request)
                         throws CMException
Gets the values of all attributes out of the request and puts them in the context.

CMException

singleton

public static final HTMLParameterInput singleton()
Gets the singleton instance