|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hippoecm.hst.core.container.NoContentValve
public class NoContentValve
NoContentValve
When this valve is used, it does not make sense to also have valves that write content to the HttpServletResponse
since this valve sets servletResponse.setStatus(HttpServletResponse.SC_NO_CONTENT)
| Constructor Summary | |
|---|---|
NoContentValve()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Called by the container to indicate to a valve that the valve is being taken out of service |
void |
initialize()
Initialize the valve before using in a pipeline. |
void |
invoke(ValveContext context)
Invoke this valve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoContentValve()
| Method Detail |
|---|
public void invoke(ValveContext context)
throws ContainerException
Valve
invoke in interface ValveContainerException
public void initialize()
throws ContainerException
Valve
initialize in interface ValveContainerExceptionpublic void destroy()
Valve
destroy in interface Valve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||