public class EmbeddedResponseBuilder extends Object
| Constructor and Description |
|---|
EmbeddedResponseBuilder()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedResponseBuilder |
bodyOnly(boolean bodyOnly)
Set the body only flag.
|
EmbeddedResponse |
build()
Build the response.
|
EmbeddedResponseBuilder |
webApplication(DefaultWebApplication webApp)
Set the web application.
|
public EmbeddedResponseBuilder bodyOnly(boolean bodyOnly)
bodyOnly - the body only flag.public EmbeddedResponse build()
public EmbeddedResponseBuilder webApplication(DefaultWebApplication webApp)
webApp - the web application.Copyright © 2020. All rights reserved.