public class TokenTag
extends javax.faces.webapp.UIComponentTag
JSP custom tag for the Token component.
| Constructor and Description |
|---|
TokenTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType()
Return the required component type.
|
String |
getMessageDetail()
Returns a
messageDetail override used when reporting
a Token verification failure. |
String |
getMessageSummary()
Returns a
messageSummary override used when reporting
a Token verification failure. |
String |
getRendererType()
Return the required renderer type.
|
void |
setMessageDetail(String message)
Sets a
messageDetail override used when reporting
a Token verification failure. |
void |
setMessageSummary(String message)
Sets a
messageSummary override used when reporting
a Token verification failure. |
protected void |
setProperties(javax.faces.component.UIComponent component)
Pushs the tag attributes to the
Token's
component properties. |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, release, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterprotected void setProperties(javax.faces.component.UIComponent component)
Pushs the tag attributes to the Token's
component properties.
setProperties in class javax.faces.webapp.UIComponentTagcomponent - Component for which to set propertiespublic String getComponentType()
Return the required component type.
getComponentType in class javax.faces.webapp.UIComponentTagpublic String getRendererType()
Return the required renderer type.
getRendererType in class javax.faces.webapp.UIComponentTagpublic void setMessageSummary(String message)
Sets a messageSummary override used when reporting
a Token verification failure.
message - The new message summarypublic String getMessageSummary()
Returns a messageSummary override used when reporting
a Token verification failure.
public void setMessageDetail(String message)
Sets a messageDetail override used when reporting
a Token verification failure.
message - The new message detailCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.