|
Back to GWTP Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenFormatter | |
---|---|
com.gwtplatform.mvp.client.gin | |
com.gwtplatform.mvp.client.proxy |
Uses of TokenFormatter in com.gwtplatform.mvp.client.gin |
---|
Constructor parameters in com.gwtplatform.mvp.client.gin with type arguments of type TokenFormatter | |
---|---|
DefaultModule(Class<? extends PlaceManager> placeManagerClass,
Class<? extends TokenFormatter> tokenFormatterClass)
Manually setup a PlaceManager and TokenFormatter . |
|
PresenterSetupModule(Class<? extends PlaceManager> placeManagerClass,
Class<? extends TokenFormatter> tokenFormatterClass)
|
Uses of TokenFormatter in com.gwtplatform.mvp.client.proxy |
---|
Classes in com.gwtplatform.mvp.client.proxy that implement TokenFormatter | |
---|---|
class |
ParameterTokenFormatter
Formats tokens from String values to PlaceRequest and PlaceRequest
hierarchies and vice-versa. |
class |
ParameterTokenFormatterOld
Deprecated. Use ParameterTokenFormatter instead. |
class |
RouteTokenFormatter
Implementation of TokenFormatter with support for route like place names. |
Constructors in com.gwtplatform.mvp.client.proxy with parameters of type TokenFormatter | |
---|---|
DefaultPlaceManager(EventBus eventBus,
TokenFormatter tokenFormatter,
String defaultPlaceNameToken,
String errorPlaceNameToken,
String unauthorizedPlaceNameToken)
|
|
PlaceManagerImpl(EventBus eventBus,
TokenFormatter tokenFormatter)
|
|
Back to GWTP Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |