public class Places extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS_PARAM |
static String |
EXTERNAL_PARAM |
| Constructor and Description |
|---|
Places(Environment environment,
StatementContext statementContext,
Finder finder,
com.gwtplatform.mvp.shared.proxy.TokenFormatter tokenFormatter) |
| Modifier and Type | Method and Description |
|---|---|
com.gwtplatform.mvp.shared.proxy.PlaceRequest |
external(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest) |
com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder |
finderPlace(String token,
FinderPath path)
Returns a place request builder for the specified finder path.
|
com.gwtplatform.mvp.shared.proxy.PlaceRequest |
genericSubsystem(ResourceAddress address) |
String |
historyToken(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest) |
boolean |
isExternal(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest) |
com.gwtplatform.mvp.shared.proxy.PlaceRequest |
modelBrowser(ResourceAddress address) |
com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder |
replaceParameter(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest,
String parameter,
String newValue)
Returns a new place request with the a new value for the specified parameter.
|
com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder |
selectedProfile(String token)
Returns a place request builder for the specified token with parameters for the selected profile
(when running domain mode).
|
com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder |
selectedServer(String token)
Returns a place request builder for the specified token with parameters for the selected host and server
(when running domain mode).
|
public static final String ADDRESS_PARAM
public static final String EXTERNAL_PARAM
@Inject public Places(Environment environment, StatementContext statementContext, Finder finder, com.gwtplatform.mvp.shared.proxy.TokenFormatter tokenFormatter)
public com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder finderPlace(String token, FinderPath path)
public com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder selectedProfile(String token) throws IllegalStateException
IllegalStateExceptionpublic com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder selectedServer(String token) throws IllegalStateException
IllegalStateExceptionpublic com.gwtplatform.mvp.shared.proxy.PlaceRequest genericSubsystem(ResourceAddress address)
public com.gwtplatform.mvp.shared.proxy.PlaceRequest modelBrowser(ResourceAddress address)
public com.gwtplatform.mvp.shared.proxy.PlaceRequest external(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)
public boolean isExternal(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)
public com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder replaceParameter(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest,
String parameter,
String newValue)
public String historyToken(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.