public abstract class TabChangeListenerTag
extends javax.servlet.jsp.tagext.TagSupport
Constructor and Description |
---|
TabChangeListenerTag() |
Modifier and Type | Method and Description |
---|---|
protected TabChangeListener |
createTabChangeListener(String className)
Create and return a new
TabChangeListener to be registered
on our surrounding UIComponent . |
int |
doStartTag()
Create a new instance of the specified
TabChangeListener
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 TabChangeListener.
|
abstract String |
getTypeValue()
Fully qualified Java class name of a TabChangeListener to be
created and registered.
|
abstract boolean |
isBindingLiteral() |
abstract boolean |
isBindingSet() |
abstract boolean |
isTypeLiteral() |
abstract boolean |
isTypeSet() |
public abstract String getTypeValue()
public abstract boolean isTypeSet()
public abstract boolean isTypeLiteral()
public abstract String getBindingValue()
public abstract boolean isBindingSet()
public abstract boolean isBindingLiteral()
public abstract Object getBindingAsBindingOrExpression()
public int doStartTag() throws javax.servlet.jsp.JspException
Create a new instance of the specified TabChangeListener
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 occursprotected TabChangeListener createTabChangeListener(String className) throws javax.servlet.jsp.JspException
Create and return a new TabChangeListener
to be registered
on our surrounding UIComponent
.
javax.servlet.jsp.JspException
- if a new instance cannot be createdCopyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.