|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.org.usurper.handlers.basic.AbstractPropertyTypeHandler
public abstract class AbstractPropertyTypeHandler
This is the class to extend in order to implement a handler for a specific type.
| Constructor Summary | |
|---|---|
AbstractPropertyTypeHandler(java.lang.Class<?>... propertyTypeDefinitionClasses)
Instantiates a new abstract property type handler. |
|
AbstractPropertyTypeHandler(PropertyTypeDefinition... properTypeDefinitions)
Instantiates a new abstract property type handler. |
|
AbstractPropertyTypeHandler(java.util.Set<PropertyTypeDefinition> handledTypes)
Instantiates a new abstract property type handler. |
|
| Method Summary | |
|---|---|
java.util.Set<PropertyTypeDefinition> |
getHandledTypes()
Gets the handled types. |
void |
setHandledTypes(java.util.Set<PropertyTypeDefinition> handledTypes)
Sets the handled types. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.org.usurper.handlers.IHandler |
|---|
handle, handle |
| Constructor Detail |
|---|
public AbstractPropertyTypeHandler(PropertyTypeDefinition... properTypeDefinitions)
handledTypes - the handled typespublic AbstractPropertyTypeHandler(java.lang.Class<?>... propertyTypeDefinitionClasses)
handledTypes - the handled typespublic AbstractPropertyTypeHandler(java.util.Set<PropertyTypeDefinition> handledTypes)
handledTypes - the handled types| Method Detail |
|---|
public java.util.Set<PropertyTypeDefinition> getHandledTypes()
public void setHandledTypes(java.util.Set<PropertyTypeDefinition> handledTypes)
handledTypes - the handled types
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||