|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.taglib.servlet.tbeans.BaseCompositeTransformationBodyTag
public abstract class BaseCompositeTransformationBodyTag
The base object for all tag handlers in the SAS Custom Tag Library that are used as wrappers for BaseCompositeTransformationBeans.
| Field Summary |
|---|
| Fields inherited from class com.sas.taglib.BaseBodyTag |
|---|
DELIMITERS, RB_KEY |
| Constructor Summary | |
|---|---|
BaseCompositeTransformationBodyTag()
Default constructor |
|
| Method Summary | |
|---|---|
protected void |
applyAttributes()
Sets the basic attributes common to all Transformation Beans that subclass BaseActionTransformation. |
java.lang.String |
getTemplate()
Returns the template used for this composite TransformationBean. |
java.lang.String |
getTemplateDictionary()
Returns the object used to specify the template dictionary for this composite TransformationBean. |
java.lang.String |
getTemplateFile()
Returns the file object which contains the template for this composite TransformationBean. |
java.lang.String |
getTemplateFileName()
Returns the file name which contains the template for this composite TransformationBean. |
java.lang.String |
getTemplateLocation()
Returns the location of the template file for this composite TransformationBean. |
protected void |
initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler. |
void |
setTemplate(java.lang.String template)
Sets the template used for the composite TransformationBean. |
void |
setTemplateDictionary(java.lang.String dictionary)
Sets the object used to specify the template dictionary for this composite TransformationBean. |
void |
setTemplateFile(java.lang.String file)
Sets the file object which contains the template for this composite TransformationBean. |
void |
setTemplateFileName(java.lang.String fileName)
Sets the file name which contains the template for this composite TransformationBean. |
void |
setTemplateLocation(java.lang.String location)
Sets the location of the template file for this composite TransformationBean. |
| Methods inherited from class com.sas.taglib.servlet.tbeans.BaseTransformationBodyTag |
|---|
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.BaseBodyTag |
|---|
doCatch, doFinally, getApplyAttributes, getBodyStrings, getCompositeComponentKey, getInstantiate, getPageContext, getRef, getScope, getTagScope, getWrappedClassName, getWrappedObject, getWrappedObject, loadBeanInstance, newInstance, release, removeFromScope, searchContext, setApplyAttributes, setCompositeComponentKey, setInstantiate, setRef, setScope, setTagScope, setVariableWithinScope, setWrappedClassName, setWrappedObject, validate |
| Constructor Detail |
|---|
public BaseCompositeTransformationBodyTag()
| Method Detail |
|---|
public java.lang.String getTemplate()
public void setTemplate(java.lang.String template)
template - The String used as the template for the composite TransformationBean.public java.lang.String getTemplateFileName()
public void setTemplateFileName(java.lang.String fileName)
fileName - The name of the file that contains the template for this composite
TransformationBean.public java.lang.String getTemplateFile()
public void setTemplateFile(java.lang.String file)
file - The java.io.File object used as the template file for this composite TransformationBean.public java.lang.String getTemplateDictionary()
public void setTemplateDictionary(java.lang.String dictionary)
dictionary - The java.util.HashMap object used to specify the
template dictionary for this composite TransformationBeanpublic java.lang.String getTemplateLocation()
public void setTemplateLocation(java.lang.String location)
location - The location (directory) containing the template file
for this composite TransformationBean.protected void initialize(boolean includeAttributes)
initialize in class BaseTransformationBodyTagincludeAttributes - Set to true if attributes are to be set to default values.
protected void applyAttributes()
throws javax.servlet.jsp.JspException
applyAttributes in class BaseTransformationBodyTagjavax.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 | |||||||||||||