public abstract class ConverterTag
extends javax.servlet.jsp.tagext.TagSupport
Constructor and Description |
---|
ConverterTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Create a new instance of the specified
Converter
class, and register it with the UIComponent instance associated
with our most immediately surrounding UIComponentTag instance, if
the UIComponent instance was created by this execution of the
containing JSP page. |
abstract Object |
getBindingAsBindingOrExpression() |
abstract String |
getBindingValue()
The value binding expression to a converter.
|
abstract Object |
getConverterIdAsBindingOrExpression() |
abstract String |
getConverterIdValue()
The converterId of a registered converter.
|
abstract boolean |
isBindingLiteral() |
abstract boolean |
isBindingSet() |
abstract boolean |
isConverterIdLiteral() |
abstract boolean |
isConverterIdSet() |
public int doStartTag() throws javax.servlet.jsp.JspException
Converter
class, and register it with the UIComponent
instance associated
with our most immediately surrounding UIComponentTag
instance, if
the UIComponent
instance was created by this execution of the
containing JSP page.doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
- if a JSP error occurspublic abstract String getConverterIdValue()
public abstract Object getConverterIdAsBindingOrExpression()
public abstract boolean isConverterIdLiteral()
public abstract boolean isConverterIdSet()
public abstract String getBindingValue()
public abstract Object getBindingAsBindingOrExpression()
public abstract boolean isBindingLiteral()
public abstract boolean isBindingSet()
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.