org.apache.jasper.compiler

Class Node.ChildInfo

public static class Node.ChildInfo extends Object

Collected information about child elements. Used by nodes like CustomTag, JspBody, and NamedAttribute. The information is set in the Collector.
Method Summary
booleanhasIncludeAction()
booleanhasParamAction()
booleanhasScriptingVars()
booleanhasSetProperty()
booleanhasUseBean()
booleanisScriptless()
voidsetHasIncludeAction(boolean i)
voidsetHasParamAction(boolean i)
voidsetHasScriptingVars(boolean s)
voidsetHasSetProperty(boolean s)
voidsetHasUseBean(boolean u)
voidsetScriptless(boolean s)

Method Detail

hasIncludeAction

public boolean hasIncludeAction()

hasParamAction

public boolean hasParamAction()

hasScriptingVars

public boolean hasScriptingVars()

hasSetProperty

public boolean hasSetProperty()

hasUseBean

public boolean hasUseBean()

isScriptless

public boolean isScriptless()

setHasIncludeAction

public void setHasIncludeAction(boolean i)

setHasParamAction

public void setHasParamAction(boolean i)

setHasScriptingVars

public void setHasScriptingVars(boolean s)

setHasSetProperty

public void setHasSetProperty(boolean s)

setHasUseBean

public void setHasUseBean(boolean u)

setScriptless

public void setScriptless(boolean s)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.