| org.tigris.scarab.pipeline.SetInfoMessageValve
SetInfoMessageValve | public class SetInfoMessageValve extends AbstractValve (Code) | | This valve adds an informational message to the response. This valve exists
early in the pipeline, so it is possible this message may get overridden
by some more relevant message in a particular case. But most actions and
those requests that don't involve an action will not set the info message;
in these cases this message will be shown. The message is set through an
administrator action and only persists until the server is restarted.
author: John McNally version: $Id: SetInfoMessageValve.java 7365 2003-03-15 21:56:59Z jon $ |
invoke | public void invoke(RunData data, ValveContext context) throws IOException, TurbineException(Code) | | See Also: org.apache.turbine.Valve.invoke(RunDataValveContext) |
|
|