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 java.lang.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 java.lang.String SEAM_HOT_RELOAD_SYSTEM_PROP
           
 
Constructor Summary
SeamHotReloadHelper()
           
 
Method Summary
static java.util.Set<java.lang.String> getHotDeployableComponents(javax.servlet.http.HttpServletRequest httpRequest)
           
static boolean isHotReloadEnabled()
           
static java.util.Set<java.lang.String> reloadSeamComponents(javax.servlet.http.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 java.lang.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 java.util.Set<java.lang.String> reloadSeamComponents(javax.servlet.http.HttpServletRequest httpRequest)

getHotDeployableComponents

public static java.util.Set<java.lang.String> getHotDeployableComponents(javax.servlet.http.HttpServletRequest httpRequest)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.