|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
com.esri.adf.web.faces.taglib.ContextTag
public class ContextTag
JSP tag for the ContextControl.
| 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 | |
|---|---|
ContextTag()
Initializes the tag. |
|
| Method Summary | |
|---|---|
java.lang.String |
getComponentType()
Returns the component type string. |
java.lang.String |
getRendererType()
Returns the type of renderer. |
void |
release()
Resets the attribute values to defaults. |
void |
setPreserve(java.lang.String preserve)
Sets whether or not the previous context should be preserved when the resource is switched. |
protected void |
setProperties(javax.faces.component.UIComponent component)
Sets the attributes of the ContextControl from the tag attributes. |
void |
setValue(java.lang.String value)
Sets the value binding expression for the context. |
| 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 ContextTag()
| Method Detail |
|---|
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentTagpublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagString- the component-type as defined in the faces-config.xml filepublic java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagString- a null string indicating the ContextControl has no rendererprotected void setProperties(javax.faces.component.UIComponent component)
ContextControl from the tag attributes.
setProperties in class javax.faces.webapp.UIComponentTagcomponent - the component to override propertiespublic void setValue(java.lang.String value)
value - the value binding expression for the contextpublic void setPreserve(java.lang.String preserve)
preserve - if true, the context is preserved.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||