| |
|
| java.lang.Object com.caucho.jsp.JspBuilder com.caucho.jsp.java.JavaJspBuilder
JavaJspBuilder | public class JavaJspBuilder extends JspBuilder (Code) | | Generates the nodes for JSP code.
|
DECLARATION | final static int DECLARATION(Code) | | |
DIRECTIVE_PAGE | final static int DIRECTIVE_PAGE(Code) | | |
EXPR | final static int EXPR(Code) | | |
EXPR_EL | final static int EXPR_EL(Code) | | |
FOREACH | final static int FOREACH(Code) | | |
FORWARD | final static int FORWARD(Code) | | |
FUNCTION | final static int FUNCTION(Code) | | |
GET_PROPERTY | final static int GET_PROPERTY(Code) | | |
IGNORE | final static int IGNORE(Code) | | |
INCLUDE | final static int INCLUDE(Code) | | |
JSP_ATTRIBUTE | final static int JSP_ATTRIBUTE(Code) | | |
JSP_BODY | final static int JSP_BODY(Code) | | |
JSP_TEXT | final static int JSP_TEXT(Code) | | |
JSTL_EL_CORE_URI | final public static String JSTL_EL_CORE_URI(Code) | | |
JSTL_EL_FMT_URI | final public static String JSTL_EL_FMT_URI(Code) | | |
JSTL_EL_SQL_URI | final public static String JSTL_EL_SQL_URI(Code) | | |
JSTL_EL_XML_URI | final public static String JSTL_EL_XML_URI(Code) | | |
JSTL_RT_CORE_URI | final public static String JSTL_RT_CORE_URI(Code) | | |
JSTL_RT_FMT_URI | final public static String JSTL_RT_FMT_URI(Code) | | |
JSTL_RT_SQL_URI | final public static String JSTL_RT_SQL_URI(Code) | | |
JSTL_RT_XML_URI | final public static String JSTL_RT_XML_URI(Code) | | |
PLUGIN | final static int PLUGIN(Code) | | |
REQUEST | final static int REQUEST(Code) | | |
ROOT | final static int ROOT(Code) | | |
SCRIPTLET | final static int SCRIPTLET(Code) | | |
SET_PROPERTY | final static int SET_PROPERTY(Code) | | |
TEXT | final static int TEXT(Code) | | |
USE_BEAN | final static int USE_BEAN(Code) | | |
JavaJspBuilder | public JavaJspBuilder()(Code) | | Creates the JSP builder.
|
attribute | public void attribute(QName name, String value) throws JspParseException(Code) | | Adds an attribute to the element.
Parameters: name - the attribute name Parameters: value - the attribute value |
getCurrentNode | public JspNode getCurrentNode()(Code) | | Returns the current node.
|
getRootNode | public JspNode getRootNode()(Code) | | Returns the root node.
|
isPrototype | public boolean isPrototype()(Code) | | Gets the prototype mode.
|
setPrototype | public void setPrototype(boolean prototype)(Code) | | Sets the prototype mode.
|
startElement | public void startElement(QName qname) throws JspParseException(Code) | | Starts an element.
Parameters: qname - the name of the element to start |
startPrefixMapping | public void startPrefixMapping(String prefix, String uri) throws JspParseException(Code) | | Starts a prefix mapping.
Parameters: prefix - the xml prefix Parameters: uri - the namespace uri |
|
|
|