@Description("The TextGrid URIs of the TEI document(s) or aggregation(s) to transform, separated by commas")@PathParam("object")finalStringuriList,
@Description("If given, an alternative XSLT stylesheet to use. Must be a textgrid URI.")@QueryParam("stylesheet")finalURIxsluri,
@Description("If true, check for an <?xsl-stylesheet?> processing instruction in the document to render. Only textgrid: URIs will be resolved.")@QueryParam("pi")finalbooleanpi,
@Description("If true, check for an <?xsl-stylesheet?> processing instruction in the document to render. Only textgrid: URIs will be resolved.")@QueryParam("pi")@DefaultValue("true")finalbooleanpi,
@Description("If true and a stylesheet has been given, force reloading the stylesheet, do not cache")@QueryParam("refreshStylesheet")finalbooleanrefreshStylesheet,
@Description("Session ID to access protected resources")@QueryParam("sid")finalStringsid,
@Description("If true, an HTML fragment consisting of a <div class='body'> element containing the contents of the HTML <body> will be returned, ready to be embedded in an existing HTML page")@QueryParam("embedded")finalbooleanembedded,