|
||||||||||
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.webapp.example2.LinkSubscriptionTag
public class LinkSubscriptionTag
Generate a URL-encoded hyperlink to the specified URI, with associated query parameters selecting a specified Subscription.
Field Summary | |
---|---|
protected java.lang.String |
name
The attribute name. |
protected java.lang.String |
page
The context-relative URI. |
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 | |
---|---|
LinkSubscriptionTag()
|
Method Summary | |
---|---|
java.lang.String |
getComponentType()
Return the component type for this tag. |
java.lang.String |
getRendererType()
Return the renderer type associated with this tag. |
void |
release()
Release resources allocated to this tag instance. |
void |
setName(java.lang.String name)
|
void |
setPage(java.lang.String page)
|
protected void |
setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance. |
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 |
---|
protected java.lang.String name
protected java.lang.String page
Constructor Detail |
---|
public LinkSubscriptionTag()
Method Detail |
---|
public void setName(java.lang.String name)
public void setPage(java.lang.String page)
public java.lang.String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTag
public java.lang.String getRendererType()
Return the renderer type associated with this tag.
getRendererType
in class javax.faces.webapp.UIComponentTag
public void release()
Release resources allocated to this tag instance.
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.faces.webapp.UIComponentTag
protected void setProperties(javax.faces.component.UIComponent component)
Override attributes set on this tag instance.
setProperties
in class javax.faces.webapp.UIComponentTag
component
- Component whose attributes should be overridden
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |