MaverickController#getRealResponse

Ted Husted <[email protected]> Tue, 21 Oct 2003 10:03:06 -0400
Newsgroups gmane.comp.web.maverick.general
Organization Apache Software Foundation - Jakarta Project
Message-ID <[email protected]>
In MaverickController, are these calls suppose to be inverted?

----

	public HttpServletResponse getRealResponse()
	{
		return this.response;
	}

	public HttpServletResponse getResponse()
	{
		return this.getRealResponse();
	}

----

Here are the usages:

Method
     getRealResponse():HttpServletResponse of interface 
org.infohazard.maverick.flow.TransformContext
Found usages ( 5 usages in 4 files )
     org.infohazard.maverick ( 2 usages in 1 file )
         Dispatcher.java ( 2 usages )
     org.infohazard.maverick.flow ( 2 usages in 2 files )
         LastStep.java ( 1 usage )
         MaverickContext.java ( 1 usage )
     org.infohazard.maverick.transform ( 1 usage in 1 file )
         AbstractTransformStep.java ( 1 usage )

-Ted.




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
[INVALID FOOTER]