|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.taglib.servlet.tbeans.BaseActionTransformationTag
@SASScope(value="ALL") public abstract class BaseActionTransformationTag
The base object for all tag handlers in the SAS Custom Tag Library that are used as wrappers for BaseActionTransformationBeans.
| Field Summary |
|---|
| Fields inherited from class com.sas.taglib.servlet.tbeans.BaseTransformationTag |
|---|
DEFAULT_CLIENT_INFO_INSTANCE, HDML, HTML, WML |
| Fields inherited from class com.sas.taglib.BaseTag |
|---|
APPLICATION, PAGE, RB_KEY, REQUEST, SESSION |
| Constructor Summary | |
|---|---|
BaseActionTransformationTag()
Default constructor. |
|
| Method Summary | |
|---|---|
protected void |
applyAttributes()
Sets the basic attributes common to all Transformation Beans that subclass BaseActionTransformation. |
java.lang.String |
getActionProvider()
Returns the HttpActionProvider used by this TranformationBean. |
protected void |
initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler. |
void |
setActionProvider(java.lang.String actionProvider)
Sets the HttpActionProvider to be used by this TranformationBean. |
| Methods inherited from class com.sas.taglib.servlet.tbeans.BaseTransformationTag |
|---|
doEndTag, doStartTag, getCustomAttributes, getEpilog, getLocale, getName, getObjectDataProperty, getProlog, getRender, getRenderType, setCustomAttributes, setEpilog, setLocale, setName, setObjectDataProperty, setProlog, setRender, setRenderType |
| Constructor Detail |
|---|
public BaseActionTransformationTag()
| Method Detail |
|---|
public java.lang.String getActionProvider()
public void setActionProvider(java.lang.String actionProvider)
actionProvider - The HttpActionProvider object used by
the TranformationBean.protected void initialize(boolean includeAttributes)
initialize in class BaseTransformationTagincludeAttributes - Set to true if attributes are to be set to default values.
protected void applyAttributes()
throws javax.servlet.jsp.JspException
applyAttributes in class BaseTransformationTagjavax.servlet.jsp.JspException - Thrown if a JspException occurs.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||