List of usage examples for org.apache.wicket.validation IErrorMessageSource interface-usage
From source file org.efaps.ui.wicket.components.values.ErrorMessageResource.java
/** * Resource for Messages based on DBProperties. * @author The eFaps Team * @version $Id$ */ public class ErrorMessageResource implements IErrorMessageSource {
From source file org.wicketstuff.rest.utils.wicket.bundle.DefaultBundleResolver.java
/**
* Wicket bundle resolver that relies on the default
* {@link IStringResourceLoader}S. Its constructor requires an subclass of
* {@link AbstractRestResource} which is used to resolve custom bundles.
*
* @author andrea del bene
From source file org.wicketstuff.rest.utils.wicket.DefaultBundleResolver.java
/**
* Wicket bundle resolver that relies on the default {@link IStringResourceLoader}S.
* Its constructor requires an subclass of {@link AbstractRestResource} which
* is used to resolve custom bundles.
*
* @author andrea del bene
From source file org.wicketstuff.security.log.IAuthorizationMessageSource.java
/**
* {@link IErrorMessageSource} which also knows which {@link Component} (if any) triggered this
* message and keeps track of variables that can be used by the message.
*
* @author marrink
*/