Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.delegate
Class ActionManagerBusinessDelegate

java.lang.Object
  extended by org.nuxeo.ecm.webapp.delegate.ActionManagerBusinessDelegate
All Implemented Interfaces:
Serializable

@Name(value="actionManager")
@Scope(value=CONVERSATION)
public class ActionManagerBusinessDelegate
extends Object
implements Serializable

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
ActionManagerBusinessDelegate()
           
 
Method Summary
 void destroy()
           
 ActionManager getActionManager()
          Acquires a new ActionManager reference.
 void initialize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionManagerBusinessDelegate

public ActionManagerBusinessDelegate()
Method Detail

initialize

public void initialize()

getActionManager

@Unwrap
public ActionManager getActionManager()
Acquires a new ActionManager reference. The related EJB may be deployed on a local or remote AppServer.


destroy

@Destroy
@PermitAll
public void destroy()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.