|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
org.apache.wicket | The core Wicket package. |
org.apache.wicket.authorization | Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. |
org.apache.wicket.authorization.strategies | |
org.apache.wicket.authorization.strategies.action | |
org.apache.wicket.authorization.strategies.page |
Uses of Action in org.apache.wicket |
---|
Fields in org.apache.wicket declared as Action | |
---|---|
static Action |
Component.ENABLE
Action used with IAuthorizationStrategy to determine whether a component is allowed to be enabled. |
static Action |
Component.RENDER
Action used with IAuthorizationStrategy to determine whether a component and its children are allowed to be rendered. |
Methods in org.apache.wicket with parameters of type Action | |
---|---|
boolean |
Component.isActionAuthorized(Action action)
Authorizes an action for a component. |
Uses of Action in org.apache.wicket.authorization |
---|
Methods in org.apache.wicket.authorization that return Action | |
---|---|
Action |
UnauthorizedActionException.getAction()
|
Methods in org.apache.wicket.authorization with parameters of type Action | |
---|---|
boolean |
IAuthorizationStrategy.isActionAuthorized(Component component,
Action action)
Gets whether the given action is permitted. |
Constructors in org.apache.wicket.authorization with parameters of type Action | |
---|---|
UnauthorizedActionException(Component component,
Action action)
Construct. |
Uses of Action in org.apache.wicket.authorization.strategies |
---|
Methods in org.apache.wicket.authorization.strategies with parameters of type Action | |
---|---|
boolean |
CompoundAuthorizationStrategy.isActionAuthorized(Component component,
Action action)
|
Uses of Action in org.apache.wicket.authorization.strategies.action |
---|
Methods in org.apache.wicket.authorization.strategies.action that return Action | |
---|---|
Action |
IActionAuthorizer.getAction()
Gets the action that this authorizer authorizes. |
Methods in org.apache.wicket.authorization.strategies.action with parameters of type Action | |
---|---|
boolean |
ActionAuthorizationStrategy.isActionAuthorized(Component component,
Action action)
|
Uses of Action in org.apache.wicket.authorization.strategies.page |
---|
Methods in org.apache.wicket.authorization.strategies.page with parameters of type Action | |
---|---|
boolean |
AbstractPageAuthorizationStrategy.isActionAuthorized(Component component,
Action action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |