Uses of Class
org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
-
Packages that use WadlRepresentation.ContentReader.State Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of WadlRepresentation.ContentReader.State in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl with type parameters of type WadlRepresentation.ContentReader.State Modifier and Type Field Description private java.util.List<WadlRepresentation.ContentReader.State>WadlRepresentation.ContentReader. statesThe stack of parser states.Methods in org.restlet.ext.wadl that return WadlRepresentation.ContentReader.State Modifier and Type Method Description private WadlRepresentation.ContentReader.StateWadlRepresentation.ContentReader. getState()Returns the current state when processing the WADL document.private WadlRepresentation.ContentReader.StateWadlRepresentation.ContentReader. popState()Drops the current state from the stack and returns it.static WadlRepresentation.ContentReader.StateWadlRepresentation.ContentReader.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WadlRepresentation.ContentReader.State[]WadlRepresentation.ContentReader.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restlet.ext.wadl with parameters of type WadlRepresentation.ContentReader.State Modifier and Type Method Description private voidWadlRepresentation.ContentReader. pushState(WadlRepresentation.ContentReader.State state)Adds the given state.
-