org.ajax4jsf.templatecompiler.builder
Interface Variable


public interface Variable

Interface for local and global variable references in EL expressions.

Author:
shura

Method Summary
 java.lang.String getName()
           
 java.lang.String getReference()
           
 java.lang.Class getType()
           
 boolean isGlobal()
           
 

Method Detail

getType

java.lang.Class getType()

getName

java.lang.String getName()

getReference

java.lang.String getReference()

isGlobal

boolean isGlobal()


Copyright © 2009. All Rights Reserved.