org.apache.jasper.compiler

Class Node.ChildInfo

Enclosing Class:
org.apache.jasper.compiler.Node

public static class Node.ChildInfo
extends java.lang.Object

Collected information about child elements. Used by nodes like CustomTag, JspBody, and NamedAttribute. The information is set in the Collector.

Method Summary

boolean
hasIncludeAction()
boolean
hasParamAction()
boolean
hasScriptingVars()
boolean
hasSetProperty()
boolean
hasUseBean()
boolean
isScriptless()
void
setHasIncludeAction(boolean i)
void
setHasParamAction(boolean i)
void
setHasScriptingVars(boolean s)
void
setHasSetProperty(boolean s)
void
setHasUseBean(boolean u)
void
setScriptless(boolean s)

Method Details

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 B) 2000-2004 Apache Software Foundation. All Rights Reserved.