public abstract class AbstractWebApplicationServiceResponseBuilder extends java.lang.Object implements ResponseBuilder<WebApplicationService>
Constructor and Description |
---|
AbstractWebApplicationServiceResponseBuilder() |
Modifier and Type | Method and Description |
---|---|
protected Response |
buildPost(WebApplicationService service,
java.util.Map<java.lang.String,java.lang.String> parameters)
Build post.
|
protected Response |
buildRedirect(WebApplicationService service,
java.util.Map<java.lang.String,java.lang.String> parameters)
Build redirect.
|
boolean |
equals(java.lang.Object obj) |
int |
getOrder() |
protected Response.ResponseType |
getWebApplicationServiceResponseType()
Determine response type response.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
build, supports
public AbstractWebApplicationServiceResponseBuilder()
protected Response buildRedirect(WebApplicationService service, java.util.Map<java.lang.String,java.lang.String> parameters)
service
- the serviceparameters
- the parametersprotected Response buildPost(WebApplicationService service, java.util.Map<java.lang.String,java.lang.String> parameters)
service
- the serviceparameters
- the parametersprotected Response.ResponseType getWebApplicationServiceResponseType()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int getOrder()
getOrder
in interface org.springframework.core.Ordered