Uses of Class
org.restlet.Component
-
Packages that use Component Package Description org.restlet.engine.component Supports Restlet components.org.restlet.ext.wadl Support the WADL specification. -
-
Uses of Component in org.restlet.engine.component
Fields in org.restlet.engine.component declared as Component Modifier and Type Field Description private ComponentClientRouter. componentThe parent component.private ComponentComponentXmlParser. componentDeprecated.The component to update.private ComponentServerRouter. componentThe parent component.Methods in org.restlet.engine.component that return Component Modifier and Type Method Description private ComponentClientRouter. getComponent()Returns the parent component.private ComponentComponentClientDispatcher. getComponent()Returns the parent component.private ComponentComponentXmlParser. getComponent()Deprecated.Returns the component to update.private ComponentServerRouter. getComponent()Returns the parent component.Constructors in org.restlet.engine.component with parameters of type Component Constructor Description ClientRouter(Component component)Constructor.ComponentHelper(Component component)Constructor.ComponentXmlParser(Component component, Representation xmlConfiguration)Deprecated.Constructor.ServerRouter(Component component)Constructor. -
Uses of Component in org.restlet.ext.wadl
Subclasses of Component in org.restlet.ext.wadl Modifier and Type Class Description classWadlComponentDeprecated.Will be removed in next major release.Methods in org.restlet.ext.wadl with parameters of type Component Modifier and Type Method Description private voidWadlApplication. addConnectors(Component component)Deprecated.Adds the necessary server connectors to the component.VirtualHostWadlApplication. attachToComponent(Component component)Deprecated.Attaches the application to the given component if the application has a WADL base reference.private VirtualHostWadlApplication. getVirtualHost(Component component)Deprecated.Returns the virtual host matching the WADL application's base reference.
-