|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.html.HTMLParameterInput
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 |
public StringBuffer appendParameterInput(IDisplayParameter param, StringBuffer html, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public StringBuffer appendParameterInputs(Iterator params, StringBuffer html, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public void loadParameterValues(IContext context, javax.servlet.http.HttpServletRequest request) throws CMException
CMException
public void loadAttributeValues(IContext context, javax.servlet.http.HttpServletRequest request) throws CMException
CMException
public static final HTMLParameterInput singleton()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |