Class PluginServletActionRetVal
- java.lang.Object
-
- de.xima.fc.plugin.models.retval.servlet.PluginServletActionRetVal
-
- All Implemented Interfaces:
IPluginReturnValue
,IPluginServletActionRetVal
,Serializable
public class PluginServletActionRetVal extends Object implements IPluginServletActionRetVal
POJO implementation ofIPluginServletActionRetVal
.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginServletActionRetVal(IServletResponse result)
Creates a new POJO with the given servlet response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IServletResponse
getResponse()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.plugin.retval.servlet.IPluginServletActionRetVal
getHttpStatusCode
-
-
-
-
Constructor Detail
-
PluginServletActionRetVal
public PluginServletActionRetVal(IServletResponse result)
Creates a new POJO with the given servlet response.- Parameters:
result
- Servlet response that should be returned to the client.
-
-
Method Detail
-
getResponse
public IServletResponse getResponse()
- Specified by:
getResponse
in interfaceIPluginServletActionRetVal
- Returns:
- The
IServletResponse
that is to be returned to the client in response to the HTTP request.
-
-