Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.seam
Class NuxeoSeamHotReloader

java.lang.Object
  extended by org.nuxeo.ecm.webapp.seam.NuxeoSeamHotReloader
All Implemented Interfaces:
Serializable

@Name(value="seamReload")
@Scope(value=EVENT)
@Install(precedence=10)
public class NuxeoSeamHotReloader
extends Object
implements Serializable

Simple Seam bean to control the Reload Action

Author:
tiry
See Also:
Serialized Form

Constructor Summary
NuxeoSeamHotReloader()
           
 
Method Summary
 String doReload()
           
 boolean isHotReloadEnabled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuxeoSeamHotReloader

public NuxeoSeamHotReloader()
Method Detail

isHotReloadEnabled

@Factory(value="seamHotReloadIsEnabled",
         scope=APPLICATION)
public boolean isHotReloadEnabled()

doReload

public String doReload()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.