org.richfaces.cdk.templatecompiler.builder.model
Interface Variables
- All Known Implementing Classes:
- AddAttributesToScriptHashStatement, AttributesStatement, CaseStatement, ConstantReturnMethodBodyStatement, DefineObjectStatement, ElementStatement, EncodeMethodPrefaceStatement, EndElementStatement, ForEachStatement, FreeMarkerTemplateStatementBase, IfElseStatement, IfStatement, ScriptObjectStatement, ScriptOptionStatement, StartElementStatement, StatementsContainer, SwitchStatement, WriteAttributesSetStatement, WriteAttributeStatement, WriteTextStatement
public interface Variables
getVariable
ELType getVariable(String name)
throws ParsingException
- Throws:
ParsingException
isDefined
boolean isDefined(String name)
throws ParsingException
- Throws:
ParsingException
setVariable
ELType setVariable(String name,
ELType type)
throws ParsingException
- Throws:
ParsingException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.