|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
com.sun.j2ee.blueprints.ui.util.AbstractUIComponentTag
com.sun.j2ee.blueprints.ui.util.AbstractActionSourceUIComponentTag
Convenient base class for JSP tag handlers that extend
javax.faces.webapp.UIComponentTag
, for
components that implement ActionSource
.
Field Summary |
Fields inherited from class javax.faces.webapp.UIComponentTag |
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
AbstractActionSourceUIComponentTag()
|
Method Summary | |
protected void |
configureAction(javax.faces.component.UIComponent component,
java.lang.String name,
java.lang.String value)
Configure an action method binding or literal outcome. |
protected void |
configureActionListener(javax.faces.component.UIComponent component,
java.lang.String name,
java.lang.String value)
Configure an action listener method binding. |
void |
release()
Release any variables we allocated. |
void |
setAction(java.lang.String action)
|
void |
setActionListener(java.lang.String actionListener)
|
void |
setImmediate(java.lang.String immediate)
|
protected void |
setProperties(javax.faces.component.UIComponent component)
Configure attributes set on this tag into the component instance. |
Methods inherited from class com.sun.j2ee.blueprints.ui.util.AbstractUIComponentTag |
configureBoolean, configureInteger, configureObject, configureString, getComponentType, getRendererType, getStyle, setStyle, setStyleClass |
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractActionSourceUIComponentTag()
Method Detail |
public void setAction(java.lang.String action)
public void setActionListener(java.lang.String actionListener)
public void setImmediate(java.lang.String immediate)
public void release()
Release any variables we allocated.
release
in interface javax.servlet.jsp.tagext.Tag
release
in class AbstractUIComponentTag
protected void setProperties(javax.faces.component.UIComponent component)
Configure attributes set on this tag into the component instance.
setProperties
in class AbstractUIComponentTag
component
- UIComponent
being configuredprotected void configureAction(javax.faces.component.UIComponent component, java.lang.String name, java.lang.String value)
Configure an action method binding or literal outcome.
component
- UIComponent
being configuredname
- Name of the property being configuredvalue
- Value or expression to configureprotected void configureActionListener(javax.faces.component.UIComponent component, java.lang.String name, java.lang.String value)
Configure an action listener method binding.
component
- UIComponent
being configuredname
- Name of the property being configuredvalue
- Value or expression to configure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |