|
aerogear-controller 1.0.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MediaType in org.jboss.aerogear.controller.router |
|---|
| Fields in org.jboss.aerogear.controller.router declared as MediaType | |
|---|---|
static MediaType |
MediaType.HTML
|
static MediaType |
AbstractRoutingModule.HTML
|
static MediaType |
MediaType.JSON
|
static MediaType |
AbstractRoutingModule.JSON
|
static MediaType |
MediaType.JSP
|
static MediaType |
AbstractRoutingModule.JSP
|
private MediaType[] |
RouteDescriptor.produces
|
| Fields in org.jboss.aerogear.controller.router with type parameters of type MediaType | |
|---|---|
private Set<MediaType> |
DefaultRoute.produces
|
private Map<MediaType,Responder> |
Responders.responders
|
| Methods in org.jboss.aerogear.controller.router that return MediaType | |
|---|---|
private static MediaType[] |
DefaultRoute.defaultMediaTypes()
|
MediaType |
Responder.getMediaType()
The media type that this Responder can handle. |
MediaType[] |
RouteDescriptor.getProduces()
|
| Methods in org.jboss.aerogear.controller.router that return types with arguments of type MediaType | |
|---|---|
private Set<MediaType> |
DefaultRoute.asSet(MediaType[] types)
|
Set<MediaType> |
Route.produces()
Returns the media types that this Route is capable of serving. |
Set<MediaType> |
DefaultRoute.produces()
|
| Methods in org.jboss.aerogear.controller.router with parameters of type MediaType | |
|---|---|
private Set<MediaType> |
DefaultRoute.asSet(MediaType[] types)
|
RouteBuilder.TargetEndpoint |
RouteDescriptor.consumes(MediaType... consumes)
|
RouteBuilder.TargetEndpoint |
RouteBuilder.TargetEndpoint.consumes(MediaType... mediaTypes)
Specifies the media types that this endpoint can consumes. |
RouteBuilder.TargetEndpoint |
RouteDescriptor.produces(MediaType... produces)
|
RouteBuilder.TargetEndpoint |
RouteBuilder.TargetEndpoint.produces(MediaType... mediaTypes)
Specifies the MediaType's that this endpoint produces. |
private boolean |
Responders.respond(MediaType mediaType,
Object result,
RouteContext routeContext)
|
private List<String> |
RouteDescriptor.toStrings(MediaType... mediaTypes)
|
| Method parameters in org.jboss.aerogear.controller.router with type arguments of type MediaType | |
|---|---|
private void |
Responders.respondAny(Set<MediaType> mediaTypes,
Object result,
RouteContext routeContext)
|
| Uses of MediaType in org.jboss.aerogear.controller.router.error |
|---|
| Fields in org.jboss.aerogear.controller.router.error declared as MediaType | |
|---|---|
static MediaType |
ErrorViewResponder.MEDIA_TYPE
|
| Methods in org.jboss.aerogear.controller.router.error that return MediaType | |
|---|---|
MediaType |
ErrorViewResponder.getMediaType()
|
| Uses of MediaType in org.jboss.aerogear.controller.router.rest |
|---|
| Methods in org.jboss.aerogear.controller.router.rest that return MediaType | |
|---|---|
MediaType |
JsonResponder.getMediaType()
|
| Uses of MediaType in org.jboss.aerogear.controller.util |
|---|
| Methods in org.jboss.aerogear.controller.util that return types with arguments of type MediaType | |
|---|---|
static com.google.common.base.Optional<MediaType> |
RequestUtils.getAcceptedMediaType(Set<String> acceptHeaders,
Set<MediaType> produces)
Gets the media type that is compatible with the requested media type and the media types that a route produces. |
| Method parameters in org.jboss.aerogear.controller.util with type arguments of type MediaType | |
|---|---|
static boolean |
RequestUtils.acceptsMediaType(Set<String> acceptHeaders,
Set<MediaType> produces)
Determines if a request's 'Accept' header media types are compatible with the media types that a route produces. |
static com.google.common.base.Optional<MediaType> |
RequestUtils.getAcceptedMediaType(Set<String> acceptHeaders,
Set<MediaType> produces)
Gets the media type that is compatible with the requested media type and the media types that a route produces. |
| Uses of MediaType in org.jboss.aerogear.controller.view |
|---|
| Methods in org.jboss.aerogear.controller.view that return MediaType | |
|---|---|
MediaType |
JspViewResponder.getMediaType()
|
MediaType |
HtmlViewResponder.getMediaType()
|
|
aerogear-controller 1.0.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||