| Package | Description |
|---|---|
| org.markysoft.vani.core | |
| org.markysoft.vani.core.javascript |
| Modifier and Type | Method and Description |
|---|---|
<T> TypeHandler<T,?> |
VaniContext.getTypeHandlerFor(Class<T> targetType)
This method will look for a registered
TypeHandler, which is able
to handle provided type. |
| Modifier and Type | Method and Description |
|---|---|
void |
VaniContext.registerTypeHandler(TypeHandler typeHandler)
This method will register provided
TypeHandler to
VaniContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
JQueryTypeHandler
This
TypeHandler is responsible for converting the cache reference to
JQueryElement. |
Copyright © 2016. All rights reserved.