Nuxeo Enterprise Platform 5.4

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 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()

reloadSeamComponents

public static Set<String> reloadSeamComponents(HttpServletRequest httpRequest)

getHotDeployableComponents

public static Set<String> getHotDeployableComponents(HttpServletRequest httpRequest)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.