|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.bristleback.server.bristle.actions.ActionInstanceCreator
public class ActionInstanceCreator
Utility class for creating instances of remote actions. If Spring framework integration is enabled, action class instances may be taken from application context (among with their dependencies). Also injects tokenizer and binder fields.
Created on: 2011-01-03 12:40:34
| Constructor Summary | |
|---|---|
ActionInstanceCreator()
|
|
| Method Summary | |
|---|---|
RemoteAction |
createInstance(RemoteActionInformation actionInformation)
Creates remote action instance using given RemoteActionInformation object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionInstanceCreator()
| Method Detail |
|---|
public RemoteAction createInstance(RemoteActionInformation actionInformation)
RemoteActionInformation object.
Then, Spring dependencies and tokenizer fields are injected.
actionInformation - information about this remote action class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||