java.lang.Object
de.grogra.xl.impl.property.RuntimeModel
- All Implemented Interfaces:
RuntimeModel
- Direct Known Subclasses:
PropertyRuntime
,PropertyRuntimeModel
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
Nested classes/interfaces inherited from interface de.grogra.xl.property.RuntimeModel
RuntimeModel.Property
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Type<? extends RuntimeModel.Property>
getInterface
(Type<?> type) void
initialize
(String params) Initializes this model.propertyForName
(String cfc, ClassLoader loader) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.grogra.xl.property.RuntimeModel
propertyForName
-
Constructor Details
-
RuntimeModel
public RuntimeModel()
-
-
Method Details
-
initialize
Description copied from interface:RuntimeModel
Initializes this model. This method is invoked byRuntimeModelFactory.modelForName(java.lang.String, java.lang.ClassLoader)
after a newModel
instance has been created. The format ofparams
depends on implementations ofModel
.- Specified by:
initialize
in interfaceRuntimeModel
- Parameters:
params
- initialization parameters, possiblynull
-
propertyForName
- Specified by:
propertyForName
in interfaceRuntimeModel
-
getInterface
-