public class AdaptToTag
extends TagSupport
| Constructor and Description |
|---|
AdaptToTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
Adaptable |
getAdaptable()
Get the adaptable object to be adapted.
|
java.lang.String |
getAdaptTo()
Gets the class name to adapt the adaptable to.
|
java.lang.String |
getVar()
Gets the variable name to save the resulting object to.
|
void |
setAdaptable(Adaptable adaptable)
Sets the adaptable object to be adapted.
|
void |
setAdaptTo(java.lang.String adaptTo)
Sets the class name to adapt the adaptable to.
|
void |
setVar(java.lang.String var)
Gets the variable name to save the resulting object to.
|
public int doEndTag()
public Adaptable getAdaptable()
public java.lang.String getAdaptTo()
public java.lang.String getVar()
public void setAdaptable(Adaptable adaptable)
adaptable - the object to adaptpublic void setAdaptTo(java.lang.String adaptTo)
adaptTo - the class to adapt topublic void setVar(java.lang.String var)
var - the variable name"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"