public class WuicXmlConfigurationTag extends BodyTagSupport
This tag evaluates the XML configuration described in the body-content and injects it to the global configuration.
bodyContentid, pageContextEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_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, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValuepublic void setPageContext(PageContext pageContext)
setPageContext in interface TagsetPageContext in class TagSupportpublic 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 IterationTagdoAfterBody in class BodyTagSupportJspException - if an I/O error occursCopyright © 2012-2015. All Rights Reserved.