|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.web.LyWebParameterValues
public class LyWebParameterValues
Submit data from one or several forms.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static java.lang.String |
HTML_ENCODED_SEP
This separator is used with HTML_SEP . |
static java.lang.String |
HTML_LINK_CR_SEP
This separator is used to replace '\n' character in links identifiers. |
static java.lang.String |
HTML_SEP
This separator is used with HTML_ENCODED_SEP . |
Constructor Summary | |
---|---|
LyWebParameterValues(javax.servlet.http.HttpServletRequest request,
LyString string)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getParameter(java.lang.String param)
Returns a string containing the lone value of the specified parameter, or null if the parameter does not exist. |
java.lang.String[] |
getParameterNames()
(non-Javadoc). |
java.lang.String[] |
getParameterValues(java.lang.String param)
(non-Javadoc). |
void |
keepValues()
Forces to keep a copy of internal values. |
void |
updateViewFromValues(LyComponent component)
(non-Javadoc). |
void |
updateViewFromValues(LyComponent component,
boolean needValueChange)
(non-Javadoc). |
void |
updateViewFromValues(LyComponent component,
LyComponent priorityComponent,
boolean needValueChange)
(non-Javadoc). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
public static java.lang.String HTML_SEP
HTML_ENCODED_SEP
. They are separators used in forms.
public static java.lang.String HTML_ENCODED_SEP
HTML_SEP
. They are separators used in forms.
public static java.lang.String HTML_LINK_CR_SEP
Constructor Detail |
---|
public LyWebParameterValues(javax.servlet.http.HttpServletRequest request, LyString string)
request
- the HTTP requeststring
- the reference to the LyStringMethod Detail |
---|
public java.lang.String getParameter(java.lang.String param)
getParameter
in interface LyParameterValues
public java.lang.String[] getParameterNames()
getParameterNames
in interface LyParameterValues
LyParameterValues.getParameterNames()
public java.lang.String[] getParameterValues(java.lang.String param)
getParameterValues
in interface LyParameterValues
LyParameterValues.getParameterValues(java.lang.String)
public void keepValues()
keepValues
in interface LyAdvancedParameterValues
public void updateViewFromValues(LyComponent component)
updateViewFromValues
in interface LyParameterValues
LyParameterValues.updateViewFromValues(leon.view.LyComponent)
public void updateViewFromValues(LyComponent component, boolean needValueChange)
updateViewFromValues
in interface LyParameterValues
LyParameterValues.updateViewFromValues(leon.view.LyComponent, boolean)
public void updateViewFromValues(LyComponent component, LyComponent priorityComponent, boolean needValueChange)
updateViewFromValues
in interface LyParameterValues
LyParameterValues.updateViewFromValues(leon.view.LyComponent, boolean)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |