Index

A B C D E F G H I J L M N O P Q R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

E

ErrorMessageBuilder - Interface in com.creativityfactory.swiftserver.error
An interface used to implement the builder pattern for building an ErrorResponse.
ErrorMessageBuilderImpl - Class in com.creativityfactory.swiftserver.error
This class implements the ErrorMessageBuilder interface and provides a concrete implementation of building the ErrorResponse object using the builder pattern.
ErrorMessageBuilderImpl() - Constructor for class com.creativityfactory.swiftserver.error.ErrorMessageBuilderImpl
 
ErrorResponse - Class in com.creativityfactory.swiftserver.error
A class representing an HTTP error message to be sent to the client.
ErrorResponse() - Constructor for class com.creativityfactory.swiftserver.error.ErrorResponse
 
execute() - Method in class com.creativityfactory.swiftserver.app.Application
 
execute() - Method in class com.creativityfactory.swiftserver.app.ApplicationRunner
 
extractIdValue(Object) - Static method in class com.creativityfactory.swiftserver.utils.IdUtils
Extracts the ID value from an object by accessing the first field annotated with the @Id annotation.
extractParams(String, String) - Static method in class com.creativityfactory.swiftserver.utils.RouteUtils
This method takes a URL pattern and a URL string and returns a map of key-value pairs containing the values of the placeholder segments in the URL.
extractQueries(String) - Static method in class com.creativityfactory.swiftserver.utils.RouteUtils
This method takes a string of queries and returns a map of key-value pairs containing the queries in the form of key-value pairs.
A B C D E F G H I J L M N O P Q R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form