Uses of Class
org.restlet.engine.application.StatusInfo
Packages that use StatusInfo
-
Uses of StatusInfo in org.restlet.engine.converter
Methods in org.restlet.engine.converter with parameters of type StatusInfoModifier and TypeMethodDescriptionprotected StringStatusInfoHtmlConverter.getStatusLabel(StatusInfo status) Returns the status information to display in the default representation.protected RepresentationStatusInfoHtmlConverter.toHtml(StatusInfo status) Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.