public class WuicTag extends TagSupport
This tag writes the scripts of the page specified to it attributes.
id, pageContext
EVAL_BODY_AGAIN
EVAL_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, setValue
public void setPageContext(PageContext pageContext)
setPageContext
in interface Tag
setPageContext
in class TagSupport
public int doStartTag() throws JspException
Includes according to the page name.
Only CSS and Javascript files could be imported.
doStartTag
in interface Tag
doStartTag
in class TagSupport
SKIP_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.