public class WuicTag extends TagSupport
This tag writes the scripts of the page specified to it attributes.
id, pageContextEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description | 
|---|
WuicTag()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
doStartTag()
 Includes according to the page name. 
 | 
String | 
getWorkflowId()
 Returns the workflow IDs. 
 | 
void | 
setPageContext(PageContext pageContext) | 
void | 
setWorkflowId(String page)
 Sets the workflow IDs. 
 | 
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setParent, setValuepublic void setPageContext(PageContext pageContext)
setPageContext in interface TagsetPageContext in class TagSupportpublic int doStartTag()
               throws JspException
Includes according to the page name.
Only CSS and Javascript files could be imported.
doStartTag in interface TagdoStartTag in class TagSupportSKIP_BODY codeJspException - if an I/O error occurspublic String getWorkflowId()
Returns the workflow IDs.
public void setWorkflowId(String page)
Sets the workflow IDs.
page - the workflow IDsCopyright © 2012-2015. All Rights Reserved.