Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.seam
Class SeamHotReloadHelper

java.lang.Object
  extended by org.nuxeo.ecm.webapp.seam.SeamHotReloadHelper

public class SeamHotReloadHelper
extends Object

Helper class to manage Seam Hot Reload Most of the code comes from Jboss Seam 2.0.3-RC1 Debug package (HotDeployFilter)


Field Summary
static String SEAM_HOT_RELOAD_SYSTEM_PROP
           
 
Constructor Summary
SeamHotReloadHelper()
           
 
Method Summary
static void flush()
           
static Set<String> getHotDeployableComponents(HttpServletRequest httpRequest)
           
static boolean isHotReloadEnabled()
           
static Set<String> reloadSeamComponents(HttpServletRequest httpRequest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEAM_HOT_RELOAD_SYSTEM_PROP

public static final String SEAM_HOT_RELOAD_SYSTEM_PROP
See Also:
Constant Field Values
Constructor Detail

SeamHotReloadHelper

public SeamHotReloadHelper()
Method Detail

isHotReloadEnabled

public static boolean isHotReloadEnabled()

flush

public static void flush()

reloadSeamComponents

public static Set<String> reloadSeamComponents(HttpServletRequest httpRequest)

getHotDeployableComponents

public static Set<String> getHotDeployableComponents(HttpServletRequest httpRequest)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.