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_uriAuthority
andSerializerContext.SERIALIZER_uriContext
properties were previously available.RestServletProperties.REST_servletPath
RestServletProperties.REST_pathInfo
RestServletProperties.REST_method
-
Path variables annotated with
@Attrare now automatically URL-decoded.