| Package | Description |
|---|---|
| org.jboss.weld.servlet | |
| org.jboss.weld.servlet.spi.helpers | |
| org.jboss.weld.util.servlet |
| Constructor and Description |
|---|
HttpContextLifecycle(BeanManagerImpl beanManager,
HttpContextActivationFilter contextActivationFilter,
boolean ignoreForwards,
boolean ignoreIncludes,
boolean lazyConversationContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptingHttpContextActivationFilter
A helper implementation of
HttpContextActivationFilter that accepts every request. |
class |
RegexHttpContextActivationFilter
A helper implementation of
HttpContextActivationFilter that accepts every request that matches a predefined regular expression. |
| Modifier and Type | Method and Description |
|---|---|
static HttpContextActivationFilter |
ServletUtils.getContextActivationFilter(BeanManagerImpl manager,
ServletContext context)
Returns the right
HttpContextActivationFilter. |
Copyright © 2014 Seam Framework. All Rights Reserved.