Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UnRequired - Annotation Interface in com.creativityfactory.swiftserver.annotation
-
Indicates that a field is unrequired for a model.This annotation is used to mark that a particular field in the model class is not required for the successful creation of an instance.
- update(Object) - Method in class com.creativityfactory.swiftserver.persistence.DefaultPersistence
-
Updates the specified object in the data store if it already exists.
- update(T) - Method in interface com.creativityfactory.swiftserver.persistence.Persistence
-
Updates an existing instance of the model class in the persistence layer.
- Update - Class in com.creativityfactory.swiftserver.middleware.rest
-
This middleware for updating an existed resource.
- Update() - Constructor for class com.creativityfactory.swiftserver.middleware.rest.Update
- UpdateCacheableResource - Class in com.creativityfactory.swiftserver.middleware
-
This middleware is for indicating that there is a change in this resource and update the http caching.
- UpdateCacheableResource(Map<String, Date>) - Constructor for class com.creativityfactory.swiftserver.middleware.UpdateCacheableResource
- updateFields(Object, Object) - Static method in class com.creativityfactory.swiftserver.utils.FieldUtils
-
Updates the fields of an old object with the fields of a new object of the same class.
- url() - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- url() - Method in interface com.creativityfactory.swiftserver.request.Request
-
Returns the full URL of the current request, including the protocol, hostname, port, context path, servlet path, and path.
- urlEncoded(String, String) - Static method in class com.creativityfactory.swiftserver.utils.BodyParser
-
Parses the URL-encoded body of an HTTP request and returns a map of key-value pairs.
- urlEncodedFormat() - Method in interface com.creativityfactory.swiftserver.utils.BodyAdapter
-
Returns the body of the HTTP request in URL-encoded format.
- urlEncodedFormat() - Method in class com.creativityfactory.swiftserver.utils.BodyAdapterImpl
-
Returns the URL-encoded representation of the body of the HTTP request as a
String
. - urlEncodedFormatBody() - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- urlEncodedFormatBody() - Method in interface com.creativityfactory.swiftserver.request.Request
-
Gets the body of the request in the URL-encoded format.
- use(String, HttpRequestHandler) - Method in class com.creativityfactory.swiftserver.app.Application
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form