|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.taglib.StyleSheetTag
public class StyleSheetTag
StyleSheetTag is invoked by the JSP page to evaluate the sas:StyleSheet custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, StyleSheet, to execute the methods.
If you need to extend or modify the functionality of the sas:StyleSheet custom tag, you can subclass this tag handler class.
For More Information:
Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.
Refer to the Custom Tag Library Reference for usage information on the sas:StyleSheet custom tag.
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
. The StyleSheet tag will write out the HTML link elements as obtained from the ComponentPropertyManager (typically via the theme). The tag will always write a link for the SAS components style sheet. Use the styleNames attribute to provide a comma-delimited list of style names matching the names of Style elements defined in a theme.
BaseUtil
,
Serialized FormField Summary |
---|
Fields inherited from class com.sas.taglib.BaseBodyTag |
---|
DELIMITERS, RB_KEY |
Constructor Summary | |
---|---|
StyleSheetTag()
|
Method Summary | |
---|---|
int |
doEndTag()
Process the end tag. |
void |
release()
This method overrides the javax.servlet.jsp.tagext.TagSupport release method. |
void |
setStyleNames(java.lang.String styleNames)
Sets a comma-delimited list of style names matching the names of Style elements defined in a theme. |
Constructor Detail |
---|
public StyleSheetTag()
Method Detail |
---|
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void release()
BaseBodyTag
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BaseBodyTag
TagSupport.release()
public void setStyleNames(java.lang.String styleNames)
styleNames
-
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |