org.jboss.seam.init
public class Initialization extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_NAMESPACE |
static String |
COMPONENT_SUFFIX |
static String |
DUPLICATE_JARS_PATTERNS |
Constructor and Description |
---|
Initialization(javax.servlet.ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
addComponent(ComponentDescriptor descriptor,
Context context)
This actually creates a real Component and should only be called when
we want to install a component
|
Initialization |
create() |
protected ComponentDescriptor |
findDescriptor(Class<?> componentClass) |
Initialization |
init() |
void |
redeploy(javax.servlet.http.HttpServletRequest request) |
void |
redeploy(javax.servlet.http.HttpServletRequest request,
Init init) |
Initialization |
setProperty(String name,
Conversions.PropertyValue value) |
public static final String COMPONENT_NAMESPACE
public static final String COMPONENT_SUFFIX
public static final String DUPLICATE_JARS_PATTERNS
public Initialization(javax.servlet.ServletContext servletContext)
public Initialization create()
public Initialization setProperty(String name, Conversions.PropertyValue value)
public Initialization init()
public void redeploy(javax.servlet.http.HttpServletRequest request) throws InterruptedException
InterruptedException
public void redeploy(javax.servlet.http.HttpServletRequest request, Init init) throws InterruptedException
InterruptedException
protected ComponentDescriptor findDescriptor(Class<?> componentClass)
protected void addComponent(ComponentDescriptor descriptor, Context context)
Copyright © 2015 Seam Framework. All Rights Reserved.