Package lumis.portal.rest.util
-
Class Summary Class Description DateParam Class that may be used as a parameter in a JAX-RS operation that expects to receive date in ISO 8601 format or as a numeric value indicating the number of milliseconds since January 1, 1970, 00:00:00 GMT.ErrorEntity A JAXB entity used for standard error responses.ListResult<T> A generic class for use as the result of a REST method returning a list of objects.PortalHrefToAbsoluteXmlAdapter JAXB XML adapter that marshals a portal relative href to an absolute href.RequireLoggedUserFilter Filter that demands the calls to come from logged users.RichDateTimeXmlAdapter Adapter for a richer date-time format for use in JAXB.RichDateTimeXmlAdapter.RichDateTime JAXB mapped class used as Date adaptation byRichDateTimeXmlAdapter
. -
Annotation Types Summary Annotation Type Description CacheControl An annotation which specifies theCache-Control
header to include in the response produced by the annotated method.RequireLoggedUser Require logged user name binding.