net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper.variables
Class VariableInfo

java.lang.Object
  extended by net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper.variables.VariableInfo

public class VariableInfo
extends Object

Resolution information for a JSF EL variable - its name and declared type.


Constructor Summary
VariableInfo(String variableName, Class<?> declaredVariableType)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class<?> getDeclaredVariableType()
           
 String getVariableName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableInfo

public VariableInfo(String variableName,
                    Class<?> declaredVariableType)
Method Detail

getVariableName

public String getVariableName()

getDeclaredVariableType

public Class<?> getDeclaredVariableType()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.