public class FragmentConfiguration extends AbstractConfiguration
Configuration.ClassList
Modifier and Type | Field and Description |
---|---|
static String |
FRAGMENT_RESOURCES |
ATTR
Constructor and Description |
---|
FragmentConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
findWebFragments(WebAppContext context,
MetaData metaData)
Look for any web-fragment.xml fragments in META-INF of jars in WEB-INF/lib
|
void |
postConfigure(WebAppContext context)
Clear down after configuration.
|
void |
preConfigure(WebAppContext context)
Set up for configuration.
|
cloneConfigure, configure, deconfigure, destroy
public static final String FRAGMENT_RESOURCES
public void preConfigure(WebAppContext context) throws Exception
Configuration
Typically this step discovers configuration resources
preConfigure
in interface Configuration
preConfigure
in class AbstractConfiguration
context
- The context to configureException
public void postConfigure(WebAppContext context) throws Exception
Configuration
postConfigure
in interface Configuration
postConfigure
in class AbstractConfiguration
context
- The context to configureException
public void findWebFragments(WebAppContext context, MetaData metaData) throws Exception
Exception
Copyright © 1995-2015 Webtide. All Rights Reserved.