|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.directwebremoting.fluent.FluentConfigurator
org.directwebremoting.guice.GuiceConfigurator
public abstract class GuiceConfigurator
Extends FluentConfigurator with type-safe methods to be more Guice-friendly.
| Constructor Summary | |
|---|---|
GuiceConfigurator()
|
|
| Method Summary | |
|---|---|
GuiceConfigurator |
addFilter(java.lang.Class<?> type)
Safer version of addFilter
taking a class instead of a class name. |
GuiceConfigurator |
withConverter(java.lang.String id,
java.lang.Class<?> type)
Safer version of withConverter
taking a class instead of a class name. |
GuiceConfigurator |
withConverterType(java.lang.String id,
java.lang.Class<?> type)
Safer version of withConverterType
taking a class instead of a class name. |
GuiceConfigurator |
withCreatorType(java.lang.String id,
java.lang.Class<?> type)
Safer version of withCreatorType
taking a class instead of a class name. |
GuiceConfigurator |
withFilter(java.lang.Class<?> type)
Safer version of withFilter
taking a class instead of a class name. |
| Methods inherited from class org.directwebremoting.fluent.FluentConfigurator |
|---|
addFilter, addLine, addParam, configure, configure, exclude, include, withAuth, withConverter, withConverterType, withCreator, withCreatorType, withFilter, withSignature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GuiceConfigurator()
| Method Detail |
|---|
public GuiceConfigurator withConverterType(java.lang.String id,
java.lang.Class<?> type)
withConverterType
taking a class instead of a class name.
public GuiceConfigurator withConverter(java.lang.String id,
java.lang.Class<?> type)
withConverter
taking a class instead of a class name.
public GuiceConfigurator withCreatorType(java.lang.String id,
java.lang.Class<?> type)
withCreatorType
taking a class instead of a class name.
public GuiceConfigurator withFilter(java.lang.Class<?> type)
withFilter
taking a class instead of a class name.
public GuiceConfigurator addFilter(java.lang.Class<?> type)
addFilter
taking a class instead of a class name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||