Package org.hippoecm.frontend.validation
Class JcrFieldResolver
- java.lang.Object
-
- org.hippoecm.frontend.validation.JcrFieldResolver
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IFieldResolver
public class JcrFieldResolver extends Object implements IFieldResolver
Creates a model from a container model, using aModelPath
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JcrFieldResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.model.IModel
resolve(org.apache.wicket.model.IModel model, ModelPath path)
-
-
-
Method Detail
-
resolve
public org.apache.wicket.model.IModel resolve(org.apache.wicket.model.IModel model, ModelPath path) throws EditorException
- Specified by:
resolve
in interfaceIFieldResolver
- Throws:
EditorException
-
-