@RequestScoped public class DefaultResult extends AbstractResult
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultResult()
Deprecated.
CDI eyes only
|
|
DefaultResult(javax.servlet.http.HttpServletRequest request,
Container container,
ExceptionMapper exceptions,
TypeNameExtractor extractor) |
| Modifier and Type | Method and Description |
|---|---|
Result |
include(Object value)
Stores an attribute in the result.
|
Result |
include(String key,
Object value)
Stores an attribute in the result.
|
Map<String,Object> |
included()
Return all included attributes via Result.include();
|
Result |
on(Class<? extends Exception> exception)
Add an
Exception to be handled by Exception Handler. |
<T extends View> |
use(Class<T> view)
Force result to use the defined view.
|
boolean |
used()
Whether this result was used.
|
forwardTo, forwardTo, forwardTo, notFound, nothing, of, of, permanentlyRedirectTo, permanentlyRedirectTo, permanentlyRedirectTo, redirectTo, redirectTo, redirectToprotected DefaultResult()
@Inject
public DefaultResult(javax.servlet.http.HttpServletRequest request,
Container container,
ExceptionMapper exceptions,
TypeNameExtractor extractor)
public <T extends View> T use(Class<T> view)
Resultpublic Result on(Class<? extends Exception> exception)
ResultException to be handled by Exception Handler.exception - The exception to handle.public Result include(String key, Object value)
Resultkey - a String specifying the key of the attributevalue - the object to be storedpublic boolean used()
Resultpublic Map<String,Object> included()
Resultpublic Result include(Object value)
Resultvalue - the object to be storedTypeNameExtractorCopyright © 2014 Caelum. All rights reserved.