Package org.hippoecm.frontend.validation
Interface IFieldResolver
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
JcrFieldResolver
public interface IFieldResolver extends org.apache.wicket.util.io.IClusterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.wicket.model.IModel
resolve(org.apache.wicket.model.IModel model, ModelPath path)
-
-
-
Method Detail
-
resolve
org.apache.wicket.model.IModel resolve(org.apache.wicket.model.IModel model, ModelPath path) throws EditorException
- Throws:
EditorException
-
-