|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.wadi.core.session.BasicValueHelperRegistry
public class BasicValueHelperRegistry
Nested Class Summary | |
---|---|
protected static class |
BasicValueHelperRegistry.HelperPair
|
Field Summary | |
---|---|
protected java.util.List |
helpers
|
Constructor Summary | |
---|---|
BasicValueHelperRegistry()
|
Method Summary | |
---|---|
boolean |
deregisterHelper(java.lang.Class type)
|
ValueHelper |
findHelper(java.lang.Class type)
|
void |
registerHelper(java.lang.Class type,
ValueHelper helper)
Register a ValueHelper for a particular type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.util.List helpers
Constructor Detail |
---|
public BasicValueHelperRegistry()
Method Detail |
---|
public void registerHelper(java.lang.Class type, ValueHelper helper)
type
- helper
- public boolean deregisterHelper(java.lang.Class type)
public ValueHelper findHelper(java.lang.Class type)
findHelper
in interface ValueHelperRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |