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


Method Summary
 ELType getVariable(java.lang.String name)
           
 boolean isDefined(java.lang.String name)
           
 ELType setVariable(java.lang.String name, ELType type)
           
 

Method Detail

getVariable

ELType getVariable(java.lang.String name)
                   throws ParsingException
Throws:
ParsingException

isDefined

boolean isDefined(java.lang.String name)
                  throws ParsingException
Throws:
ParsingException

setVariable

ELType setVariable(java.lang.String name,
                   ELType type)
                   throws ParsingException
Throws:
ParsingException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.