Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.forms.layout.service
Class WebLayoutManagerBusinessDelegate

java.lang.Object
  extended by org.nuxeo.ecm.platform.forms.layout.service.WebLayoutManagerBusinessDelegate
All Implemented Interfaces:
Serializable

@Name(value="webLayoutManager")
@Scope(value=SESSION)
public class WebLayoutManagerBusinessDelegate
extends Object
implements Serializable

Exposes the WebLayoutManager service to Seam session context.

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

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

Constructor Detail

WebLayoutManagerBusinessDelegate

public WebLayoutManagerBusinessDelegate()
Method Detail

getWebLayoutManager

@Unwrap
public WebLayoutManager getWebLayoutManager()
                                     throws ClientException
Acquires a new WebLayoutManager reference.

Throws:
ClientException

destroy

@Destroy
public void destroy()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.