|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.struts.faces.taglib.AbstractFacesTag
org.apache.struts.faces.taglib.BaseTag
Render an HTML <base> element for
the Struts-Faces Integration Library.
| Field Summary | |
private java.lang.String |
target
The target frame for this base URL reference. |
| Fields inherited from class org.apache.struts.faces.taglib.AbstractFacesTag |
bundle, style, styleClass, value |
| 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 | |
BaseTag()
|
|
| Method Summary | |
java.lang.String |
getComponentType()
Return the type of component to be created for this tag. |
java.lang.String |
getRendererType()
Return the rendererType to be used for rendering
our component. |
void |
release()
Release resources allocated to this tag instance. |
protected void |
setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance. |
void |
setTarget(java.lang.String target)
|
| Methods inherited from class org.apache.struts.faces.taglib.AbstractFacesTag |
setBooleanAttribute, setBundle, setIntegerAttribute, setStringAttribute, setStyle, setStyleClass, setValue |
| 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 |
| Field Detail |
private java.lang.String target
The target frame for this base URL reference.
| Constructor Detail |
public BaseTag()
| Method Detail |
public void setTarget(java.lang.String target)
public java.lang.String getComponentType()
Return the type of component to be created for this tag.
getComponentType in class AbstractFacesTagpublic java.lang.String getRendererType()
Return the rendererType to be used for rendering
our component.
getRendererType in class AbstractFacesTagpublic void release()
Release resources allocated to this tag instance.
release in interface javax.servlet.jsp.tagext.Tagrelease in class AbstractFacesTagprotected void setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
setProperties in class AbstractFacesTagcomponent - Component whose attributes should be overridden
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||