Uses of Class
org.jboss.hal.config.Endpoints
-
-
Uses of Endpoints in org.jboss.hal.client.bootstrap
Methods in org.jboss.hal.client.bootstrap with parameters of type Endpoints Modifier and Type Method Description static voidBootstrapFailed. generalBootstrapError(String error, Endpoints endpoints) -
Uses of Endpoints in org.jboss.hal.client.bootstrap.endpoint
Constructors in org.jboss.hal.client.bootstrap.endpoint with parameters of type Endpoints Constructor Description EndpointManager(Endpoints endpoints, EndpointStorage storage) -
Uses of Endpoints in org.jboss.hal.client.bootstrap.tasks
Constructors in org.jboss.hal.client.bootstrap.tasks with parameters of type Endpoints Constructor Description StartAnalytics(Environment environment, Endpoints endpoints, Settings settings, com.google.web.bindery.event.shared.EventBus eventBus) -
Uses of Endpoints in org.jboss.hal.client.skeleton
Methods in org.jboss.hal.client.skeleton with parameters of type Endpoints Modifier and Type Method Description voidHeaderPresenter.MyView. init(Environment environment, Endpoints endpoints, Settings settings, User user)voidHeaderView. init(Environment environment, Endpoints endpoints, Settings settings, User user)Constructors in org.jboss.hal.client.skeleton with parameters of type Endpoints Constructor Description FooterPresenter(com.google.web.bindery.event.shared.EventBus eventBus, FooterPresenter.MyView view, Environment environment, Endpoints endpoints, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Settings settings, Macros macros, ExpressionResolver expressionResolver, Resources resources)HeaderPresenter(com.google.web.bindery.event.shared.EventBus eventBus, HeaderPresenter.MyView view, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, Environment environment, Endpoints endpoints, Settings settings, User user, ServerActions serverActions, Resources resources) -
Uses of Endpoints in org.jboss.hal.config
Fields in org.jboss.hal.config declared as Endpoints Modifier and Type Field Description static EndpointsEndpoints. INSTANCEPlease use this constant only in cases where no DI is available. -
Uses of Endpoints in org.jboss.hal.dmr.dispatch
Constructors in org.jboss.hal.dmr.dispatch with parameters of type Endpoints Constructor Description Dispatcher(Environment environment, Endpoints endpoints, Settings settings, com.google.web.bindery.event.shared.EventBus eventBus, ResponseHeadersProcessors responseHeadersProcessors, Macros macros, Resources resources)
-