Modifier and Type | Method and Description |
---|---|
<T extends View> |
Validator.onErrorUse(java.lang.Class<T> view) |
<T extends View> |
Result.use(java.lang.Class<T> view)
Force result to use the defined view.
|
Modifier and Type | Method and Description |
---|---|
<T extends View> |
DefaultResult.use(java.lang.Class<T> view) |
Modifier and Type | Class and Description |
---|---|
class |
RestfulSerialization
Custom serialization process provides a way to add links to your resource representations.
|
class |
RestfulSerializationJSON
Custom serialization process provides a way to add links to your resource representations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JSONPSerialization
Basic jsonp serialization support using the Json Builder.
|
interface |
JSONSerialization
Basic json serialization support using a Json SerializerBuilder.
|
interface |
NoRootSerialization
Creates a serializer of a given format with out ROOT alias.
|
interface |
RepresentationResult
Chooses a serializer to serialize an object.
|
interface |
Serialization
Creates a serializer of a given format.
|
interface |
XMLSerialization
Basic xml serialization support using a xml BasicSerializer.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRepresentationResult
Default implementation for RepresentationResult that uses request Accept format to
decide which representation will be used
|
class |
HTMLSerialization
delegates the serialization for the default view
|
class |
I18nMessageSerialization
Basic i18n messsage json serialization alias.
|
Modifier and Type | Class and Description |
---|---|
class |
GsonJSONSerialization
Gson implementation for JSONSerialization
|
Modifier and Type | Class and Description |
---|---|
class |
XStreamJSONPSerialization
Default implementation for JSONPSerialization that decorates default jsonSerialization output
adding the callback padding
|
class |
XStreamJSONSerialization
XStream implementation for JSONSerialization
|
class |
XStreamXMLSerialization
XStream implementation for XmlSerialization
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtJSJson
Interface for json serialization in ExtJS standard
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExtJson
Implementation for
ExtJSJson . |
Modifier and Type | Class and Description |
---|---|
class |
MockedLogic |
Modifier and Type | Method and Description |
---|---|
<T extends View> |
MockValidator.onErrorUse(java.lang.Class<T> view) |
<T extends View> |
MockSerializationResult.use(java.lang.Class<T> view) |
<T extends View> |
MockResult.use(java.lang.Class<T> view) |
<T extends View> |
MockHttpResult.use(java.lang.Class<T> view) |
Modifier and Type | Method and Description |
---|---|
<T extends View> |
DefaultValidator.onErrorUse(java.lang.Class<T> view) |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpResult
A view that deals with HTTP protocol, sending status and error codes
and adding headers.
|
interface |
LogicResult
Logic result allows logics to redirect to another logic by invoking the
method itself, in a very typesafe way.
|
interface |
PageResult
A common forward/redirect/include page result.
|
interface |
RefererResult
Redirects or forwards to the Referer.
|
interface |
Status
Allows status + header related results.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpResult
Implementation that delegates to HttpServletResponse
|
class |
DefaultLogicResult
The default implementation of LogicResult.
Uses cglib to provide proxies for client side redirect (url creation). |
class |
DefaultPageResult
Default page result implementation.
|
class |
DefaultRefererResult |
class |
DefaultStatus
Allows header related results.
|
class |
EmptyResult
Does nothing
|
Modifier and Type | Method and Description |
---|---|
<T extends View> |
DefaultValidationViewsFactory.instanceFor(java.lang.Class<T> view,
java.util.List<Message> errors) |
<T extends View> |
ValidationViewsFactory.instanceFor(java.lang.Class<T> view,
java.util.List<Message> errors)
Create an instance of the validation version of the given view.
|
Copyright © 2013 Caelum. All Rights Reserved.