- Parser<T extends Resource> - Interface in fr.pcreations.labs.RESTDroid.core
-
Interface which represents Parser
- ParserFactory - Class in fr.pcreations.labs.RESTDroid.core
-
Base class for ParserFactory that handle creation and access of Parser as Singleton
- ParserFactory() - Constructor for class fr.pcreations.labs.RESTDroid.core.ParserFactory
-
Constructor
- parseToInputStream(T) - Method in interface fr.pcreations.labs.RESTDroid.core.Parser
-
- parseToInputStream(R) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
- parseToObject(InputStream) - Method in interface fr.pcreations.labs.RESTDroid.core.Parser
-
- parseToObject(InputStream, Class<R>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
Shortcut to parse an InputStream to object from Processor via retrieving the
Parser
thanks to
ParserFactory
- ParsingException - Exception in fr.pcreations.labs.RESTDroid.exceptions
-
- ParsingException(int) - Constructor for exception fr.pcreations.labs.RESTDroid.exceptions.ParsingException
-
- pauseListeners() - Method in class fr.pcreations.labs.RESTDroid.core.RESTRequest
-
- Persistable<T extends Resource> - Interface in fr.pcreations.labs.RESTDroid.core
-
Interface which represents methods to implement for object persistency
- PersistableFactory - Class in fr.pcreations.labs.RESTDroid.core
-
Base class for DaoFactory that handle creation and access of Persistable classes as Singleton
- PersistableFactory() - Constructor for class fr.pcreations.labs.RESTDroid.core.PersistableFactory
-
Constructor
- PersistableFactoryNotInitializedException - Exception in fr.pcreations.labs.RESTDroid.exceptions
-
- PersistableFactoryNotInitializedException() - Constructor for exception fr.pcreations.labs.RESTDroid.exceptions.PersistableFactoryNotInitializedException
-
- post(RESTRequest<? extends Resource>, InputStream) - Method in class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
-
- post(Class<R>, String, ResourceRepresentation<?>) - Method in class fr.pcreations.labs.RESTDroid.core.WebService
-
Initializes and prepares a POST request or retrieve it if already pending.
- postRequestProcess(int, RESTRequest<? extends Resource>, InputStream) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
Hook for logic just after the request is executed (regardless of the request's HTTP verb)
- preDeleteRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
Hook for logic just before a DELETE request
- preGetRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
Hook for logic just before a GET request
- prePostRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
Hook for logic just before a POST request
- prePutRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
Hook for logic just before a PUT request
- preRequestProcess(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
Hook for logic just before the request is executed (regardless of the request's HTTP verb).
- process(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
- Processor - Class in fr.pcreations.labs.RESTDroid.core
-
- Processor() - Constructor for class fr.pcreations.labs.RESTDroid.core.Processor
-
Constructor
- processor - Static variable in class fr.pcreations.labs.RESTDroid.core.RestService
-
- Processor.RESTServiceCallback - Interface in fr.pcreations.labs.RESTDroid.core
-
- ProcessorNotInitializedException - Exception in fr.pcreations.labs.RESTDroid.exceptions
-
- ProcessorNotInitializedException() - Constructor for exception fr.pcreations.labs.RESTDroid.exceptions.ProcessorNotInitializedException
-
- processRequest(RESTRequest<? extends Resource>, InputStream) - Method in class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
-
- processRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
-
- processRequest(RESTRequest<? extends Resource>) - Method in class fr.pcreations.labs.RESTDroid.core.Processor
-
- put(RESTRequest<? extends Resource>, InputStream) - Method in class fr.pcreations.labs.RESTDroid.core.HttpRequestHandler
-
- put(Class<R>, String, Resource) - Method in class fr.pcreations.labs.RESTDroid.core.WebService
-
Initializes and prepares a PUT request or retrieve it if already pending.