|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.taglib.servlet.tbeans.menubar.MenuItemSeparatorTag
public class MenuItemSeparatorTag
MenuItemTag is the tag handler class for the sasads:MenuItemSeparator custom tag. MenuItemSeparatorTag is invoked by the JSP page to evaluate the sasads:MenuItemSeparator 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. MenuItemSeparatorTag is used to place a separation between menu items in a menu.
If you need to extend or modify the functionality of the sasads:MenuItemSeparator 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 www.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:MenuItemSeparator 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.
| Field Summary | |
|---|---|
static java.lang.String |
RB_KEY
|
| Fields inherited from class com.sas.taglib.BaseTag |
|---|
APPLICATION, PAGE, REQUEST, SESSION |
| Constructor Summary | |
|---|---|
MenuItemSeparatorTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
Process the end tag. |
int |
doStartTag()
Processes the start tag for this instance. |
protected void |
initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler. |
| Field Detail |
|---|
public static final java.lang.String RB_KEY
| Constructor Detail |
|---|
public MenuItemSeparatorTag()
| Method Detail |
|---|
protected void initialize(boolean includeAttributes)
initialize in class BaseTagincludeAttributes - Set to true if attributes are to be set to default values.
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class BaseTagjavax.servlet.jsp.JspException - Thrown if a JspException occurs.BaseTag.setInstantiate(boolean),
TagSupport.doStartTag()
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||