public class ImplicitModelHandler extends ModelHandlerBase
context| Constructor and Description |
|---|
ImplicitModelHandler(Context context,
BeanDescriptionCache beanDescriptionCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
doComplex(InterpretationContext interpretationContext,
ComponentModel componentModel,
ImplicitActionDataForComplexProperty actionData) |
protected Class<? extends ImplicitModel> |
getSupportedModelClass()
Subclasses should return the sub-class of Model that they expect to handle.
|
void |
handle(InterpretationContext intercon,
Model model) |
void |
postHandle(InterpretationContext intercon,
Model model) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic ImplicitModelHandler(Context context, BeanDescriptionCache beanDescriptionCache)
protected Class<? extends ImplicitModel> getSupportedModelClass()
ModelHandlerBasegetSupportedModelClass in class ModelHandlerBaseModelHandlerBase.isSupportedModelType(Model)public void handle(InterpretationContext intercon, Model model)
handle in class ModelHandlerBasepublic void doComplex(InterpretationContext interpretationContext, ComponentModel componentModel, ImplicitActionDataForComplexProperty actionData)
public void postHandle(InterpretationContext intercon, Model model)
postHandle in class ModelHandlerBaseCopyright © 2005–2019 QOS.ch. All rights reserved.