juzu
Class PropertyType<T>

java.lang.Object
  extended by juzu.PropertyType<T>
Direct Known Subclasses:
JuzuPortlet.PORTLET_MODE, JuzuPortlet.WINDOW_STATE, RequestContext.METHOD_ID, Response.Content.MIME_TYPE, Response.Render.SCRIPT, Response.Render.STYLESHEET, Response.Render.TITLE, URLBuilder.ESCAPE_XML

public abstract class PropertyType<T>
extends Object

Author:
Julien Viet

Method Summary
 boolean equals(Object obj)
           
 Class<T> getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public Class<T> getType()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 eXo Platform SAS. All Rights Reserved.