|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTagBase
javax.faces.webapp.UIComponentClassicTagBase
javax.faces.webapp.UIComponentTag
com.sun.rave.faces.taglib.AbstractTag
public abstract class AbstractTag
Abstract base class for concrete implementations of
javax.faces.webapp.UIComponentTag
for the
Widgets Library.
Field Summary |
---|
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase |
---|
bodyContent, pageContext, UNIQUE_ID_PREFIX |
Fields inherited from class javax.faces.webapp.UIComponentTagBase |
---|
log |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Constructor Summary | |
---|---|
AbstractTag()
|
Method Summary | |
---|---|
void |
release()
Release any resources allocated during the execution of this tag handler. |
void |
setAction(java.lang.String action)
|
void |
setActionListener(java.lang.String actionListener)
|
protected void |
setBooleanAttribute(javax.faces.component.UIComponent component,
java.lang.String name,
java.lang.String value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute. |
void |
setConverter(java.lang.String converter)
|
void |
setDir(java.lang.String dir)
|
void |
setImmediate(java.lang.String immediate)
|
protected void |
setIntegerAttribute(javax.faces.component.UIComponent component,
java.lang.String name,
java.lang.String value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute. |
void |
setLang(java.lang.String lang)
|
protected void |
setObjectAttribute(javax.faces.component.UIComponent component,
java.lang.String name,
java.lang.Object value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute. |
void |
setOnclick(java.lang.String onclick)
|
void |
setOndblclick(java.lang.String ondblclick)
|
void |
setOnkeydown(java.lang.String onkeydown)
|
void |
setOnkeypress(java.lang.String onkeypress)
|
void |
setOnkeyup(java.lang.String onkeyup)
|
void |
setOnmousedown(java.lang.String onmousedown)
|
void |
setOnmousemove(java.lang.String onmousemove)
|
void |
setOnmouseout(java.lang.String onmouseout)
|
void |
setOnmouseover(java.lang.String onmouseover)
|
protected void |
setProperties(javax.faces.component.UIComponent component)
Override properties and attributes of the specified component, if the corresponding attributes of this tag handler instance were explicitly set. |
void |
setRequired(java.lang.String required)
|
protected void |
setStringAttribute(javax.faces.component.UIComponent component,
java.lang.String name,
java.lang.String value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute. |
void |
setStyle(java.lang.String style)
|
void |
setStyleClass(java.lang.String styleClass)
|
void |
setTitle(java.lang.String title)
|
void |
setValidator(java.lang.String validator)
|
void |
setValue(java.lang.Object value)
|
void |
setValueChangeListener(java.lang.String valueChangeListener)
|
Methods inherited from class javax.faces.webapp.UIComponentTag |
---|
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, setBinding, setRendered |
Methods inherited from class javax.faces.webapp.UIComponentClassicTagBase |
---|
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter |
Methods inherited from class javax.faces.webapp.UIComponentTagBase |
---|
getComponentType, getELContext, getRendererType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
doEndTag, doStartTag, getParent, setPageContext, setParent |
Constructor Detail |
---|
public AbstractTag()
Method Detail |
---|
public void setAction(java.lang.String action)
public void setActionListener(java.lang.String actionListener)
public void setConverter(java.lang.String converter)
public void setDir(java.lang.String dir)
public void setImmediate(java.lang.String immediate)
public void setLang(java.lang.String lang)
public void setOnclick(java.lang.String onclick)
public void setOndblclick(java.lang.String ondblclick)
public void setOnkeydown(java.lang.String onkeydown)
public void setOnkeypress(java.lang.String onkeypress)
public void setOnkeyup(java.lang.String onkeyup)
public void setOnmousedown(java.lang.String onmousedown)
public void setOnmousemove(java.lang.String onmousemove)
public void setOnmouseout(java.lang.String onmouseout)
public void setOnmouseover(java.lang.String onmouseover)
public void setRequired(java.lang.String required)
public void setStyle(java.lang.String style)
public void setStyleClass(java.lang.String styleClass)
public void setTitle(java.lang.String title)
public void setValidator(java.lang.String validator)
public void setValue(java.lang.Object value)
public void setValueChangeListener(java.lang.String valueChangeListener)
public void release()
Release any resources allocated during the execution of this tag handler.
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.faces.webapp.UIComponentTag
protected void setProperties(javax.faces.component.UIComponent component)
Override properties and attributes of the specified component, if the corresponding attributes of this tag handler instance were explicitly set.
setProperties
in class javax.faces.webapp.UIComponentTag
component
- UIComponent
instance being created
and configured by this tag handler instanceprotected void setBooleanAttribute(javax.faces.component.UIComponent component, java.lang.String name, java.lang.String value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute.
component
- UIComponent
whose attribute
is to be setname
- Attribute namevalue
- Attribute value (or null
)
java.lang.NumberFormatException
- if the value does not
contain a parsable integer
javax.faces.el.ReferenceSyntaxException
- if the expression has
invalid syntaxprotected void setIntegerAttribute(javax.faces.component.UIComponent component, java.lang.String name, java.lang.String value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute.
component
- UIComponent
whose attribute
is to be setname
- Attribute namevalue
- Attribute value (or null
)
java.lang.NumberFormatException
- if the value does not
contain a parsable integer
javax.faces.el.ReferenceSyntaxException
- if the expression has
invalid syntaxprotected void setObjectAttribute(javax.faces.component.UIComponent component, java.lang.String name, java.lang.Object value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute.
component
- UIComponent
whose attribute
is to be setname
- Attribute namevalue
- Attribute value (or null
)
javax.faces.el.ReferenceSyntaxException
- if the expression has
invalid syntaxprotected void setStringAttribute(javax.faces.component.UIComponent component, java.lang.String name, java.lang.String value)
If the specified attribute value is not null
use it to either store a value binding expression for the
specified attribute name, or store it as the literal value
of the attribute.
component
- UIComponent
whose attribute
is to be setname
- Attribute namevalue
- Attribute value (or null
)
javax.faces.el.ReferenceSyntaxException
- if the expression has
invalid syntax
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |