|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.myfaces.trinidad.webapp.UIXComponentTag
org.apache.myfaces.trinidadinternal.taglib.UIXComponentRefTag
org.apache.myfaces.trinidadinternal.taglib.ComponentRefTag
public class ComponentRefTag
This tag inserts a region (defined by <tr:regionDef>) into the current page. The "id" attribute is required on this tag.
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 | |
---|---|
ComponentRefTag()
|
Method Summary | |
---|---|
static void |
addRelocatedFacet(javax.faces.component.UIComponent region,
java.lang.String facet,
javax.faces.component.UIComponent component)
Indicate that a facet was moved. |
int |
doEndTag()
|
int |
doStartTag()
|
java.lang.String |
getComponentType()
|
java.lang.String |
getRendererType()
|
Methods inherited from class org.apache.myfaces.trinidadinternal.taglib.UIXComponentRefTag |
---|
release, setComponentType, setProperties, setValue |
Methods inherited from class org.apache.myfaces.trinidad.webapp.UIXComponentTag |
---|
createMethodBinding, createValueBinding, encodeBegin, setAttributeChangeListener, setBooleanProperty, setCharacterProperty, setDateProperty, setDoubleProperty, setFloatProperty, setId, setIntArrayProperty, setIntegerProperty, setLongProperty, setNumberProperty, setProperties, setProperty, setRendered, setStringArrayProperty, setValidationError |
Methods inherited from class javax.faces.webapp.UIComponentTag |
---|
encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setPageContext, setParent, setupResponseWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentRefTag()
Method Detail |
---|
public java.lang.String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTag
public java.lang.String getRendererType()
getRendererType
in class javax.faces.webapp.UIComponentTag
public static void addRelocatedFacet(javax.faces.component.UIComponent region, java.lang.String facet, javax.faces.component.UIComponent component)
region
- the component that the facet was moved from.facet
- the facet that was moved.component
- the component that the facet was moved to.public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class org.apache.myfaces.trinidad.webapp.UIXComponentTag
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class org.apache.myfaces.trinidad.webapp.UIXComponentTag
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |