public class WuicXmlConfigurationTag extends BodyTagSupport
This tag evaluates the XML configuration described in the body-content and injects it to the global configuration.
bodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
WuicXmlConfigurationTag() |
Modifier and Type | Method and Description |
---|---|
int |
doAfterBody()
Includes according to the page name.
|
void |
setPageContext(PageContext pageContext) |
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
public void setPageContext(PageContext pageContext)
setPageContext
in interface Tag
setPageContext
in class TagSupport
public int doAfterBody() throws JspException
Includes according to the page name.
Only CSS and Javascript files could be imported.
Can creates heaps on the fly based on given body content.
doAfterBody
in interface IterationTag
doAfterBody
in class BodyTagSupport
JspException
- if an I/O error occursCopyright © 2012-2015. All Rights Reserved.