Class InternalResponseContinue
- java.lang.Object
-
- net.anotheria.anosite.content.servlet.InternalResponse
-
- net.anotheria.anosite.content.servlet.InternalResponseContinue
-
public class InternalResponseContinue extends InternalResponse
A simple response which signalizes that everything is ok, and the execution should be performed as intended.- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description InternalResponseContinue()Creates a new internal response continue object.
-