public class DataPropertyRepository extends AppServiceBase<DataPropertyRepository>
Keep the property information of Data class
Destroyable.Utillogger| Constructor and Description |
|---|
DataPropertyRepository(App app) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
outputFields(PropertySpec.MetaInfo spec,
java.lang.Class<?> componentClass,
ActContext context) |
java.util.List<java.lang.String> |
propertyListOf(java.lang.Class<?> c)
Returns the complete property list of a class
|
protected void |
releaseResources() |
app, onAppStart, onAppStartAsyncapp, meaddSubResource, destroy, isDestroyed, reload, scopedebug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyed, scopepublic DataPropertyRepository(App app)
protected void releaseResources()
releaseResources in class AppServiceBase<DataPropertyRepository>public java.util.List<java.lang.String> propertyListOf(java.lang.Class<?> c)
Returns the complete property list of a class
c - the classpublic java.util.List<java.lang.String> outputFields(PropertySpec.MetaInfo spec, java.lang.Class<?> componentClass, ActContext context)
Copyright © 2014–2017 ActFramework. All rights reserved.