Uses of Class
org.jboss.hal.config.Settings
-
-
Uses of Settings in org.jboss.hal.client.accesscontrol
Constructors in org.jboss.hal.client.accesscontrol with parameters of type Settings Constructor Description RoleColumn(Finder finder, ColumnActionFactory columnActionFactory, MetadataRegistry metadataRegistry, StatementContext statementContext, Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, AccessControl accessControl, AccessControlTokens tokens, Environment environment, Settings settings, Resources resources) -
Uses of Settings in org.jboss.hal.client.bootstrap.tasks
Constructors in org.jboss.hal.client.bootstrap.tasks with parameters of type Settings Constructor Description LoadSettings(Environment environment, Settings settings)PollingTasks(com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, StatementContext statementContext, Settings settings, javax.inject.Provider<Progress> progress, Environment environment)SetTitle(Environment environment, Settings settings)StartAnalytics(Environment environment, Endpoints endpoints, Settings settings, com.google.web.bindery.event.shared.EventBus eventBus) -
Uses of Settings in org.jboss.hal.client.skeleton
Methods in org.jboss.hal.client.skeleton with parameters of type Settings 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)voidHeaderPresenter.MyView. updateRoles(Environment environment, Settings settings, User user)voidHeaderView. updateRoles(Environment environment, Settings settings, User user)Constructors in org.jboss.hal.client.skeleton with parameters of type Settings 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 Settings in org.jboss.hal.config
Fields in org.jboss.hal.config declared as Settings Modifier and Type Field Description static SettingsSettings. INSTANCE -
Uses of Settings in org.jboss.hal.core.accesscontrol
Constructors in org.jboss.hal.core.accesscontrol with parameters of type Settings Constructor Description AccessControl(Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, User currentUser, Settings settings, Resources resources) -
Uses of Settings in org.jboss.hal.dmr.dispatch
Constructors in org.jboss.hal.dmr.dispatch with parameters of type Settings Constructor Description Dispatcher(Environment environment, Endpoints endpoints, Settings settings, com.google.web.bindery.event.shared.EventBus eventBus, ResponseHeadersProcessors responseHeadersProcessors, Macros macros, Resources resources) -
Uses of Settings in org.jboss.hal.meta.description
Constructors in org.jboss.hal.meta.description with parameters of type Settings Constructor Description ResourceDescriptionDatabase(StatementContext statementContext, Environment environment, Settings settings) -
Uses of Settings in org.jboss.hal.meta.processing
Constructors in org.jboss.hal.meta.processing with parameters of type Settings Constructor Description MetadataProcessor(Environment environment, Dispatcher dispatcher, StatementContext statementContext, RequiredResources requiredResources, MetadataRegistry metadataRegistry, SecurityContextDatabase securityContextDatabase, SecurityContextRegistry securityContextRegistry, ResourceDescriptionDatabase resourceDescriptionDatabase, ResourceDescriptionRegistry resourceDescriptionRegistry, Settings settings, WorkerChannel workerChannel) -
Uses of Settings in org.jboss.hal.meta.security
Constructors in org.jboss.hal.meta.security with parameters of type Settings Constructor Description SecurityContextDatabase(StatementContext statementContext, Environment environment, Settings settings)
-