|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.bristleback.server.bristle.config.PackageActionAnnotationsProcessor
public final class PackageActionAnnotationsProcessor
Default implementation of ActionAnnotationsProcessor interface.
If no annotation processor is specified by user, this implementation will be used to retrieve annotated actions.
This processor checks every not abstract class in package named by given plugin configuration containing
BristleConstants.ACTION_PACKAGE_SETTING_NAME setting.
| Constructor Summary | |
|---|---|
PackageActionAnnotationsProcessor()
|
|
| Method Summary | |
|---|---|
java.util.List<RemoteActionInformation> |
getAnnotatedActions(BristleConfiguration configuration)
Gets list of annotated actions bound into RemoteActionInformation objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackageActionAnnotationsProcessor()
| Method Detail |
|---|
public java.util.List<RemoteActionInformation> getAnnotatedActions(BristleConfiguration configuration)
ActionAnnotationsProcessorRemoteActionInformation objects.
getAnnotatedActions in interface ActionAnnotationsProcessorconfiguration - Bristleback plugin configuration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||