public class DefineModelHandler extends ModelHandlerBase
context| Constructor and Description |
|---|
DefineModelHandler(Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<DefineModel> |
getSupportedModelClass()
Subclasses should return the sub-class of Model that they expect to handle.
|
void |
handle(InterpretationContext interpretationContext,
Model model) |
void |
postHandle(InterpretationContext interpretationContext,
Model model)
Now property definer is initialized by all properties and we can put
property value to context
|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic DefineModelHandler(Context context)
protected Class<DefineModel> getSupportedModelClass()
ModelHandlerBasegetSupportedModelClass in class ModelHandlerBaseModelHandlerBase.isSupportedModelType(Model)public void handle(InterpretationContext interpretationContext, Model model) throws ModelHandlerException
handle in class ModelHandlerBaseModelHandlerExceptionpublic void postHandle(InterpretationContext interpretationContext, Model model) throws ModelHandlerException
postHandle in class ModelHandlerBaseModelHandlerExceptionCopyright © 2005–2019 QOS.ch. All rights reserved.