Class Node.ChildInfo
java.lang.Object
org.apache.jasper.compiler.Node.ChildInfo
- Enclosing class:
- Node
Collected information about child elements. Used by nodes like CustomTag, JspBody, and NamedAttribute. The
 information is set in the Collector.
- Author:
- Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanvoidsetHasIncludeAction(boolean i) voidsetHasParamAction(boolean i) voidsetHasScriptingVars(boolean s) voidsetHasSetProperty(boolean s) voidsetHasUseBean(boolean u) voidsetScriptless(boolean s) 
- 
Constructor Details- 
ChildInfopublic ChildInfo()
 
- 
- 
Method Details- 
setScriptlesspublic void setScriptless(boolean s) 
- 
isScriptlesspublic boolean isScriptless()
- 
setHasUseBeanpublic void setHasUseBean(boolean u) 
- 
hasUseBeanpublic boolean hasUseBean()
- 
setHasIncludeActionpublic void setHasIncludeAction(boolean i) 
- 
hasIncludeActionpublic boolean hasIncludeAction()
- 
setHasParamActionpublic void setHasParamAction(boolean i) 
- 
hasParamActionpublic boolean hasParamAction()
- 
setHasSetPropertypublic void setHasSetProperty(boolean s) 
- 
hasSetPropertypublic boolean hasSetProperty()
- 
setHasScriptingVarspublic void setHasScriptingVars(boolean s) 
- 
hasScriptingVarspublic boolean hasScriptingVars()
 
-