|
|||||||||
| Home >> All >> nextapp >> [ echoservlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nextapp.echoservlet
Class HtmlElements

java.lang.Objectnextapp.echoservlet.HtmlElements
- public class HtmlElements
- extends java.lang.Object
A utility class that provides methods for creating commonly used HTML elements.
| Constructor Summary | |
private |
HtmlElements()
Non-instantiable class |
| Method Summary | |
static nextapp.echoservlet.html.Element |
createHiddenField(java.lang.String name,
java.lang.String value)
Creates a hidden form field with the provided name and value. |
static nextapp.echoservlet.html.Element |
createScriptInclude(Connection conn,
Service service)
Creates a script element to include an external script file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
HtmlElements
private HtmlElements()
- Non-instantiable class
| Method Detail |
createHiddenField
public static nextapp.echoservlet.html.Element createHiddenField(java.lang.String name, java.lang.String value)
- Creates a hidden form field with the provided name and value.
createScriptInclude
public static nextapp.echoservlet.html.Element createScriptInclude(Connection conn, Service service)
- Creates a script element to include an external script file.
|
|||||||||
| Home >> All >> nextapp >> [ echoservlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
nextapp.echoservlet.HtmlElements