RichFaces CDK Generator 4.2.0.CR1

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(String name)
           
 boolean isDefined(String name)
           
 ELType setVariable(String name, ELType type)
           
 

Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.