java.lang.Object
de.grogra.xl.impl.property.RuntimeModel
- All Implemented Interfaces:
RuntimeModel
- Direct Known Subclasses:
PropertyRuntime,PropertyRuntimeModel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceNested classes/interfaces inherited from interface de.grogra.xl.property.RuntimeModel
RuntimeModel.Property -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Type<? extends RuntimeModel.Property> getInterface(Type<?> type) voidinitialize(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, waitMethods inherited from interface de.grogra.xl.property.RuntimeModel
propertyForName
-
Constructor Details
-
RuntimeModel
public RuntimeModel()
-
-
Method Details
-
initialize
Description copied from interface:RuntimeModelInitializes this model. This method is invoked byRuntimeModelFactory.modelForName(java.lang.String, java.lang.ClassLoader)after a newModelinstance has been created. The format ofparamsdepends on implementations ofModel.- Specified by:
initializein interfaceRuntimeModel- Parameters:
params- initialization parameters, possiblynull
-
propertyForName
- Specified by:
propertyForNamein interfaceRuntimeModel
-
getInterface
-