public class WADLConverter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static javax.xml.transform.Templates |
templates
Templates for XSLT transformer.
|
Modifier | Constructor and Description |
---|---|
protected |
WADLConverter()
Allow overrides but not instantiation.
|
Modifier and Type | Method and Description |
---|---|
static org.restlet.representation.Representation |
createHtmlRepresentation(java.lang.String xml)
Creates a new HTML representation for a given
WadlServerResource
instance describing a server resource. |
public static javax.xml.transform.Templates templates
public static org.restlet.representation.Representation createHtmlRepresentation(java.lang.String xml)
WadlServerResource
instance describing a server resource.xml
- The xml version of the WADL description.WadlRepresentation
.