Interface IPluginServletActionRetVal
-
- All Superinterfaces:
IPluginReturnValue
,Serializable
- All Known Implementing Classes:
PluginServletActionRetVal
public interface IPluginServletActionRetVal extends IPluginReturnValue, Serializable
Interface for the return value of a servlet action plugin.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
getHttpStatusCode()
IServletResponse
getResponse()
-
-
-
Method Detail
-
getResponse
IServletResponse getResponse()
- Returns:
- The
IServletResponse
that is to be returned to the client in response to the HTTP request.
-
getHttpStatusCode
default int getHttpStatusCode()
- Returns:
- The HTTP status code that is to be returned to the client in response to the HTTP request.
-
-