All Classes and Interfaces

Class
Description
Web application lifecycle listener that will load an application.properties file if included in the project.
A JSP tag that creates and manages a JSON array.
An interface for creating bindings for data sources.
Filter implementation that evaluates conditions against request parameters.
Provides access to request parameters within the data processing pipeline.
Retrieves files from within the applications class path.
Interface for components that persist JSON data to storage backends.
Retrieves files from the file system.
Wrapper for HTTP servlet request objects.
Wrapper for HTTP servlet response objects.
Service implementation for receiving and persisting data from HTTP requests.
A custom JSP tag that iterates over items in a collection.
Servlet implementation for Jakarta EE environments that routes HTTP requests to services.
Servlet implementation for Java EE environments that routes HTTP requests to services. * This servlet acts as the entry point for web requests in Java EE applications HTTP method support can be configured via initialization parameters.
A custom JSP tag that parses JSON content and makes it available as a variable.
A custom JSP tag that defines a key-value pair for JSON objects.
An interface for tags that can store key-value pairs.
 
 
A custom JSP tag that creates and manages a JSON object.This tag creates a JSONObject that can be populated with key-value pairs using nested KeyTag elements.
Extract raw data from HTTP requests in various ways and provide it as a Source that can be processed.
Defines a parameter implementation that extracts values from HTTP requests.
Origin implementation that extracts data from a specific HTTP request parameter.
For retrieving data from SQL database.
Persists JSON data to a database using SQL.
A custom JSP tag that executes a database query and stores the result in a variable.
 
Allows returning the parameters values of a HttpRequest as an array.
Provides direct access to the HTTP request body.
Parameter implementation that extracts values from HTTP request parameters.
Service implementation for retrieving and returning data in response to HTTP requests.
Core interface for all web service implementations in the framework.
Utility class for invoking SelectService instances and returning their results as JSONObjects.
A custom JSP tag that calls a service endpoint and stores the results.
A custom JSP tag that sets a variable in a specified scope.
 
Parameter implementation that provides a fixed, predefined value.
Utility functions for JSP tags, providing helpers for JSON conversion, HTML escaping, URL encoding, and collection operations.
Validations are transformers that ensure correctness of a stream of data and cancel the stream if a problem is found.
 
A custom JSP tag that sets a value on a parent tag implementing ValueTypeTag.
An interface that defines tags that can accept and store values.