Uses of Class
org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
-
Packages that use WadlRepresentation.ContentReader.MixedContentState Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of WadlRepresentation.ContentReader.MixedContentState in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl with type parameters of type WadlRepresentation.ContentReader.MixedContentState Modifier and Type Field Description private java.util.List<WadlRepresentation.ContentReader.MixedContentState>WadlRepresentation.ContentReader. mixedContentStatesThe stack of mixed content parser states.Methods in org.restlet.ext.wadl that return WadlRepresentation.ContentReader.MixedContentState Modifier and Type Method Description private WadlRepresentation.ContentReader.MixedContentStateWadlRepresentation.ContentReader. getMixedContentState()Returns the current state when processing mixed content sections.private WadlRepresentation.ContentReader.MixedContentStateWadlRepresentation.ContentReader. popMixedContentState()Drops the current state from the stack and returns it.static WadlRepresentation.ContentReader.MixedContentStateWadlRepresentation.ContentReader.MixedContentState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WadlRepresentation.ContentReader.MixedContentState[]WadlRepresentation.ContentReader.MixedContentState. 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.MixedContentState Modifier and Type Method Description private voidWadlRepresentation.ContentReader. pushMixedContentState(WadlRepresentation.ContentReader.MixedContentState state)Adds the given state.
-