|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.bristleback.server.bristle.actions.ActionsContainer
public class ActionsContainer
Class containing information about loaded actions.
Created on: 2010-09-03 16:02:05
| Constructor Summary | |
|---|---|
ActionsContainer()
Creates a new empty actions container. |
|
| Method Summary | |
|---|---|
void |
addAction(RemoteActionInformation actionInformation)
Adds an action wrapper to map. |
RemoteActionInformation |
getAction(java.lang.String actionName)
Gets an action wrapper for given action name. |
java.util.Collection<RemoteActionInformation> |
getAllActions()
Gets all loaded action wrappers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionsContainer()
| Method Detail |
|---|
public java.util.Collection<RemoteActionInformation> getAllActions()
RemoteActionInformation object.public RemoteActionInformation getAction(java.lang.String actionName)
actionName - action name.
public void addAction(RemoteActionInformation actionInformation)
actionInformation - action wrapper.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||