org.apache.myfaces.view.facelets.pool.impl
Class DynamicViewKey

java.lang.Object
  extended by org.apache.myfaces.view.facelets.pool.impl.DynamicViewKey
All Implemented Interfaces:
Serializable

public class DynamicViewKey
extends Object
implements Serializable

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
DynamicViewKey(FaceletState faceletState)
           
 
Method Summary
 boolean equals(Object obj)
           
 FaceletState getFaceletState()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicViewKey

public DynamicViewKey(FaceletState faceletState)
Method Detail

getFaceletState

public FaceletState getFaceletState()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2014 The Apache Software Foundation. All rights reserved.