Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.contentview.seam
Class ContentViewBusinessDelegate

java.lang.Object
  extended by org.nuxeo.ecm.platform.contentview.seam.ContentViewBusinessDelegate
All Implemented Interfaces:
Serializable

@Name(value="contentViewService")
@Scope(value=SESSION)
public class ContentViewBusinessDelegate
extends Object
implements Serializable

Business delegate exposting the ContentViewService as a seam component.

Since:
5.4
Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
ContentViewBusinessDelegate()
           
 
Method Summary
 void destroy()
           
 ContentViewService getService()
          Acquires a new ContentViewService reference.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentViewBusinessDelegate

public ContentViewBusinessDelegate()
Method Detail

getService

@Unwrap
public ContentViewService getService()
                              throws ClientException
Acquires a new ContentViewService reference. The related service may be deployed on a local or remote AppServer.

Throws:
ClientException

destroy

@Destroy
public void destroy()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.