Package | Description |
---|---|
org.hippoecm.hst.container.valves | |
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
org.hippoecm.hst.mock.core.component |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractValve.invoke(ValveContext context) |
Modifier and Type | Method and Description |
---|---|
void |
Valve.invoke(ValveContext context)
Invoke this valve
|
void |
AbstractHttpsSchemeValve.invoke(ValveContext context)
this valve might do a client side redirect status code
AbstractHttpsSchemeValve.getRedirectStatusCode() . |
void |
DelegatingOrderableValve.invoke(ValveContext context) |
void |
AbstractDiagnosticReportingValve.invoke(ValveContext context) |
protected abstract void |
AbstractDiagnosticReportingValve.logDiagnosticSummary(ValveContext context,
Task rootTask) |
abstract boolean |
AbstractHttpsSchemeValve.requiresHttps(ValveContext context)
Implementations of this
AbstractHttpsSchemeValve should decide in this method whether the request
getServletRequest() is required to be served over https ,
Whether the request in the end will actually be served over https also depends on other variables,
see the javadoc from AbstractHttpsSchemeValve.invoke(ValveContext) |
Modifier and Type | Class and Description |
---|---|
class |
MockValveContext |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.