Package | Description |
---|---|
org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
Modifier and Type | Method and Description |
---|---|
static ForwardToView |
HttpResponses.forwardToView(Class clazz,
String view) |
static ForwardToView |
HttpResponses.forwardToView(Object it,
String view) |
ForwardToView |
ForwardToView.optional()
Make this forwarding optional.
|
ForwardToView |
ForwardToView.with(Map<String,?> attributes) |
ForwardToView |
ForwardToView.with(String varName,
Object value)
Forwards to the view with specified attributes exposed as a variable binding.
|
Copyright © 2013. All rights reserved.