Package | Description |
---|---|
org.hippoecm.frontend.validation |
Modifier and Type | Method and Description |
---|---|
Set<ModelPath> |
Violation.getDependentPaths() |
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.model.IModel |
IFieldResolver.resolve(org.apache.wicket.model.IModel model,
ModelPath path) |
org.apache.wicket.model.IModel |
JcrFieldResolver.resolve(org.apache.wicket.model.IModel model,
ModelPath path) |
Constructor and Description |
---|
Violation(Class<?> resourceBundleClass,
String messageKey,
Object[] parameters,
Set<ModelPath> fieldPaths)
Create a new violation whose resource bundle is looked up relative to the
resourceBundleClass parameter. |
Violation(Set<ModelPath> fieldPaths,
String messageKey,
Object[] parameters)
Deprecated.
|
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.