public interface IAuthorizationMessageSource extends org.apache.wicket.validation.IErrorMessageSource, Serializable
IErrorMessageSource
which also knows which Component
(if any) triggered this
message and keeps track of variables that can be used by the message.Modifier and Type | Method and Description |
---|---|
void |
addVariable(String name,
Object value)
Adds, or overwrites a previously associated variable with that name, to this resource.
|
org.apache.wicket.Component |
getComponent()
Returns the source component of the authorization denied situation.
|
void |
setComponent(org.apache.wicket.Component component)
Sets component where the authorization denied originates from.
|
org.apache.wicket.Component getComponent()
void setComponent(org.apache.wicket.Component component)
null
.component
- componentCopyright © 2015. All rights reserved.