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

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

Simple Seam bean to control the Reload Action

Author:
tiry
See Also:
Serialized Form

Constructor Summary
NuxeoSeamHotReloader()
           
 
Method Summary
 java.lang.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 java.lang.String doReload()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.