Uses of Class
org.restlet.engine.application.StatusInfo
-
Packages that use StatusInfo Package Description org.restlet.engine.converter Supports the converter service. -
-
Uses of StatusInfo in org.restlet.engine.converter
Methods in org.restlet.engine.converter with parameters of type StatusInfo Modifier and Type Method Description protected java.lang.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.
-