com.sas.taglib.servlet.tbeans
Class BaseActionTransformationTag

com.sas.taglib.servlet.tbeans.BaseActionTransformationTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally
Direct Known Subclasses:
BaseNavigationBarElementTag

public abstract class BaseActionTransformationTag

The base object for all tag handlers in the SAS Custom Tag Library that are used as wrappers for BaseActionTransformationBeans.

See Also:
Serialized Form

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
 
Methods inherited from class com.sas.taglib.BaseTag
convertScope, doCatch, doFinally, getApplyAttributes, getComponentFromParentComposite, getCompositeComponentKey, getInstantiate, getPageContext, getRef, getScope, getTagScope, getWrappedClassName, getWrappedObject, getWrappedObject, loadBeanInstance, newInstance, release, removeFromScope, searchContext, setApplyAttributes, setComponentOnParentComposite, setCompositeComponentKey, setInstantiate, setRef, setScope, setTagScope, setVariableWithinScope, setWrappedClassName, setWrappedObject, validate
 

Constructor Detail

BaseActionTransformationTag

public BaseActionTransformationTag()
Default constructor.

Method Detail

getActionProvider

public java.lang.String getActionProvider()
Returns the HttpActionProvider used by this TranformationBean.


setActionProvider

public void setActionProvider(java.lang.String actionProvider)
Sets the HttpActionProvider to be used by this TranformationBean.

Parameters:
actionProvider - The HttpActionProvider object used by the TranformationBean.

initialize

protected void initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler.

Overrides:
initialize in class BaseTransformationTag
Parameters:
includeAttributes - Set to true if attributes are to be set to default values.

applyAttributes

protected void applyAttributes()
                        throws javax.servlet.jsp.JspException
Sets the basic attributes common to all Transformation Beans that subclass BaseActionTransformation.

Overrides:
applyAttributes in class BaseTransformationTag
Throws:
javax.servlet.jsp.JspException - Thrown if a JspException occurs.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.