Modifier and Type | Class and Description |
---|---|
class |
AuthorizableMenuItem
A
MenuItem with Permissions |
class |
AuthorizedRollOverMenuItem
Deprecated.
as
RollOverMenuItem is also deprecated. Use AuthorizableMenuItem |
Modifier and Type | Class and Description |
---|---|
class |
NavigationModule
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IModuleFeature<T extends IModuleFeature>
|
Modifier and Type | Class and Description |
---|---|
class |
Module
A convenient definition/constants of all the Modules in the site
|
class |
ModuleUI<T>
|
Modifier and Type | Method and Description |
---|---|
Collection<IModuleFeature> |
Module.getSubModules()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.setSubModules(Collection<IModuleFeature> subModules)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<IModuleFeature> |
DefaultModuleService.getFeaturesForUnit(UNIT unit)
Scans the register and adds any others discovered from Context using
DefaultModuleService.getModule(Class) |
Collection<IModuleFeature> |
IModuleService.getFeaturesForUnit(UNIT unit)
Get all features the UNIT is registerd with
|
Map<UNIT,Collection<IModuleFeature>> |
DefaultModuleService.getRegister() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultModuleService.registerUnitWithFeature(UNIT unit,
IModuleFeature moduleFeature) |
void |
IModuleService.registerUnitWithFeature(UNIT unit,
IModuleFeature moduleFeature)
Register a unit for a Functional Feature
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultModuleService.setRegister(Map<UNIT,Collection<IModuleFeature>> register) |
Modifier and Type | Class and Description |
---|---|
class |
WicketModuleUI
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationModule<T>
A
Module that describes how Authorization or Un-Authorized interactions need to be handled. |
Copyright © 2018. All rights reserved.