Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- params(String) - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- params(String) - Method in interface com.creativityfactory.swiftserver.request.Request
-
Returns the value of the specified request parameter as a String, or null if the parameter does not exist.
- patch(String, HttpRequestHandler) - Method in class com.creativityfactory.swiftserver.app.Application
-
Maps a PATCH request with the specified URL pattern to the given HTTP request handler.
- path() - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- path() - Method in interface com.creativityfactory.swiftserver.request.Request
-
Returns the path of the current request.
- pattern() - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- pattern() - Method in interface com.creativityfactory.swiftserver.request.Request
-
Returns the path pattern of the current request.
- Persistence<T> - Interface in com.creativityfactory.swiftserver.persistence
-
This interface defines the methods for persistence operations on a given model class.
- port() - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- port() - Method in interface com.creativityfactory.swiftserver.request.Request
-
Returns the port number on which the server is listening for requests.
- post(String, HttpRequestHandler) - Method in class com.creativityfactory.swiftserver.app.Application
-
Maps a PoST request with the specified URL pattern to the given HTTP request handler.
- Post - Class in com.creativityfactory.swiftserver.middleware.rest
-
This middleware for creating new resource.
- Post() - Constructor for class com.creativityfactory.swiftserver.middleware.rest.Post
- process(Map<String, List<HttpRequestHandler>>, HttpServletRequest, HttpServletResponse) - Method in class com.creativityfactory.swiftserver.app.Application
-
This method is a central method which intercept every incoming http request and look for its handlers.
- protocol() - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- protocol() - Method in interface com.creativityfactory.swiftserver.request.Request
-
Returns the HTTP protocol used for the request (e.g.
- put(String, HttpRequestHandler) - Method in class com.creativityfactory.swiftserver.app.Application
-
Maps a PUT request with the specified URL pattern to the given HTTP request handler.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form