public class ResourceRequestHandler extends WebRequestHandler implements org.gatein.wci.WebAppListener
| Modifier and Type | Field and Description |
|---|---|
static QualifiedName |
COMPRESS_QN
.
|
static String |
IF_MODIFIED_SINCE |
static QualifiedName |
LANG_QN
.
|
static String |
LAST_MODIFIED |
static QualifiedName |
ORIENTATION_QN
.
|
static QualifiedName |
RESOURCE_QN
.
|
static QualifiedName |
SCOPE_QN
.
|
static String |
SUPPORT_GATEIN_RESOURCES |
static String |
VERSION
.
|
static QualifiedName |
VERSION_QN
.
|
| Constructor and Description |
|---|
ResourceRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ControllerContext context) |
String |
getHandlerName() |
protected boolean |
getRequiresLifeCycle() |
void |
onDestroy(WebAppController controller) |
void |
onEvent(org.gatein.wci.WebAppEvent event) |
void |
onInit(WebAppController controller,
javax.servlet.ServletConfig sConfig) |
public static final String IF_MODIFIED_SINCE
public static final String LAST_MODIFIED
public static final String SUPPORT_GATEIN_RESOURCES
public static final String VERSION
public static final QualifiedName VERSION_QN
public static final QualifiedName RESOURCE_QN
public static final QualifiedName SCOPE_QN
public static final QualifiedName COMPRESS_QN
public static final QualifiedName ORIENTATION_QN
public static final QualifiedName LANG_QN
public String getHandlerName()
getHandlerName in class WebRequestHandlerpublic boolean execute(ControllerContext context) throws Exception
execute in class WebRequestHandlerExceptionprotected boolean getRequiresLifeCycle()
getRequiresLifeCycle in class WebRequestHandlerpublic void onInit(WebAppController controller, javax.servlet.ServletConfig sConfig) throws Exception
onInit in class WebRequestHandlerExceptionpublic void onDestroy(WebAppController controller)
onDestroy in class WebRequestHandlerpublic void onEvent(org.gatein.wci.WebAppEvent event)
onEvent in interface org.gatein.wci.WebAppListenerCopyright © 2018 JBoss by Red Hat. All Rights Reserved.