|
Components | |||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.form.BaseHidden
public abstract class BaseHidden
The BaseHidden is an abstract TransformationBean™ for creating hidden input fields.
Hidden fields should not be rendered on the client and provide a means for servers to store state information with a form. This will be passed back to the server when the form is submitted. This is a workaround for the statelessness of HTTP.
Note that subclasses of this bean actually provide the markup rendering used in/with Servlet and JavaServer Pages technologies. If you need to add support for a markup language that is not explicitly provided with AppDev Studio, then you must extend this class.
For More Information:
JSP custom tags provide an alternative to using the TransformationBeans™. Visit the Custom Tag Library Reference for additional information on the sas:Hidden custom tag.
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
Field Summary |
---|
Fields inherited from class com.sas.servlet.tbeans.form.BaseFormElement |
---|
RB_KEY |
Constructor Summary | |
---|---|
BaseHidden()
Construct a new Hidden |
Method Summary | |
---|---|
java.lang.String |
getText()
Gets the text, or value, attribute |
void |
setText(java.lang.String initialvalue)
Sets the text, or value, attribute. |
Constructor Detail |
---|
public BaseHidden()
Method Detail |
---|
public void setText(java.lang.String initialvalue)
value
- The text valuepublic java.lang.String getText()
|
Components | |||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |