Package net.anotheria.anosite.handler
Class AbstractRedirectResponse
- java.lang.Object
-
- net.anotheria.anosite.handler.BoxHandlerResponse
-
- net.anotheria.anosite.handler.AbstractRedirectResponse
-
- Direct Known Subclasses:
ResponseRedirectAfterProcessing,ResponseRedirectImmediately
public abstract class AbstractRedirectResponse extends BoxHandlerResponse
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractRedirectResponse(String aRedirectTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRedirectTarget()-
Methods inherited from class net.anotheria.anosite.handler.BoxHandlerResponse
getResponseCode, toString
-
-