Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable

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

Copyright © 2010 Nuxeo SAS. All Rights Reserved.