| java.lang.Object com.salmonllc.jsp.engine.JspElement
JspElement | class JspElement (Code) | | |
Constructor Summary | |
public | JspElement(String name, String prefix, String text, int type, TagSupport handler, String error) | public | JspElement(String name, String prefix, String text, int type, TagSupport handler, String error, Vector attributes) |
TAG_BODY_END | final public static int TAG_BODY_END(Code) | | |
TAG_BODY_START | final public static int TAG_BODY_START(Code) | | |
TAG_EMPTY | final public static int TAG_EMPTY(Code) | | |
TAG_ERROR | final public static int TAG_ERROR(Code) | | |
TAG_HTML | final public static int TAG_HTML(Code) | | |
TAG_NULL | final public static int TAG_NULL(Code) | | |
getType | public int getType()(Code) | | |
|
|