public class DataPropertyRepository extends AppServiceBase<DataPropertyRepository>
Keep the property information of Data class
Destroyable.Util
logger
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, onAppStartAsync
app, me
addSubResource, destroy, isDestroyed, reload, scope
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed, scope
public 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.