Nuxeo Enterprise Platform 5.4

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

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

@Name(value="contentViewService")
@Scope(value=SESSION)
public class ContentViewBusinessDelegate
extends java.lang.Object
implements java.io.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.