Uses of Class
org.restlet.ext.atom.Service
-
Packages that use Service Package Description org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.atom.internal -
-
Uses of Service in org.restlet.ext.atom
Fields in org.restlet.ext.atom declared as Service Modifier and Type Field Description private ServiceWorkspace. serviceThe parent service.Methods in org.restlet.ext.atom that return Service Modifier and Type Method Description ServiceWorkspace. getService()Returns the parent service.Methods in org.restlet.ext.atom with parameters of type Service Modifier and Type Method Description voidWorkspace. setService(Service service)Sets the parent service.Constructors in org.restlet.ext.atom with parameters of type Service Constructor Description Workspace(Service service)Constructor.Workspace(Service service, java.lang.String title)Constructor. -
Uses of Service in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Service Modifier and Type Field Description private ServiceServiceContentReader. currentServiceConstructors in org.restlet.ext.atom.internal with parameters of type Service Constructor Description ServiceContentReader(Service service)Constructor.
-