Release 5.0.0.21
Date: Apr 9, 2013
Juno 5.0.0.21 is a minor update.
Core API changes
-
New
HtmlDocSerializerContext.HTMLDOC_navlinksannotation for adding links to HTML page views. -
Renamed the properties in
HtmlDocSerializerContextfor clarity.
Servlet API changes
-
Added new
RestServlet.addDefaultProperties(ObjectMap,RestRequest)method for programmatically adding properties to the property map per request. -
Added the following new properties in the properties map to make them easily available to serializers and parsers (since they don't have access to the HTTP request object). Note that the
SerializerContext.SERIALIZER_uriAuthorityandSerializerContext.SERIALIZER_uriContextproperties were previously available.RestServletProperties.REST_servletPathRestServletProperties.REST_pathInfoRestServletProperties.REST_method
-
Path variables annotated with
@Attrare now automatically URL-decoded.
Share feedback or follow-up questions for this page directly through GitHub.