public abstract class TagImpl extends Object implements javax.servlet.jsp.tagext.Tag
Constructor and Description |
---|
TagImpl() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
javax.servlet.jsp.tagext.Tag |
getParent() |
void |
release() |
void |
required(String tagName,
String attributeName,
Object attribute) |
void |
required(String tagName,
String actionName,
String attributeName,
double attributeValue,
double nullValue) |
void |
required(String tagName,
String actionName,
String attributeName,
Object attribute)
check if value is not empty
|
void |
required(String tagName,
String actionName,
String attributeName,
String attribute,
boolean trim) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPageContext(PageContextImpl pageContext)
sets a Lucee PageContext
|
void |
setParent(javax.servlet.jsp.tagext.Tag parent) |
public TagImpl()
public void setPageContext(PageContextImpl pageContext)
pageContext
- public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
public void setParent(javax.servlet.jsp.tagext.Tag parent)
setParent
in interface javax.servlet.jsp.tagext.Tag
public javax.servlet.jsp.tagext.Tag getParent()
getParent
in interface javax.servlet.jsp.tagext.Tag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
public void required(String tagName, String actionName, String attributeName, Object attribute) throws ApplicationException
tagName
- attributeName
- attribute
- ApplicationException
public void required(String tagName, String attributeName, Object attribute) throws ApplicationException
ApplicationException
public void required(String tagName, String actionName, String attributeName, String attribute, boolean trim) throws ApplicationException
ApplicationException
public void required(String tagName, String actionName, String attributeName, double attributeValue, double nullValue) throws ApplicationException
ApplicationException
Copyright © 2015 Lucee