javaxt-express

javaxt.express
Authenticator
This class is used to authenticate requests via the HttpServlet class
Config
Provides thread-safe methods used to get and set application variables
ConfigFile
Used to access and save configuration information to an encrypted JSON file
Deploy
Command line app used to package and deploy a web application
FileManager
Used to serve up static files (html, javascript, css, images, etc)
KeyManager
Custom implementation of a X509KeyManager
LogFile
Used to parse parse files generated by the Logger
javaxt.express.LogFile
Entry
Used to represent and individual entry in a log file
javaxt.express
Logger
Used to log server activity to a text file
Server
Command line application used to start a web server and serve content
ServiceRequest
Used to encapsulate an HttpServletRequest and simplify the parsing/extracting of parameters from the raw HTTP request
javaxt.express.ServiceRequest
Field
Used to encapsulate an entry in a "select" statement
Filter
A Filter consists of one or more Filter
Sort
Used to encapsulate an "order by" statement
javaxt.express
ServiceResponse
Used to encapsulate a response to a ServiceRequest
User
WebService
Abstract class used to map HTTP requests to either virtual or concrete methods found in the extending class
javaxt.express.cms
Content
Represents a block of HTML that will be inserted into a template via the tag
Redirects
Used to parse a plain text file with URL redirects
Tabs
Used to parse a plain text file with tab specs
WebSite
Servlet used to serve up files and images for a website
javaxt.express.email
EmailMessage
Used to create and send an email message
EmailService
Used to represent all of the information required to connect to an SMTP email server
javaxt.express.notification
Listener
NotificationService
javaxt.express.services
FileService
Provides a set of web methods used to manage and view files on the server
QueryService
Provides a set of web methods used to query the database
javaxt.express.services.QueryService
QueryJob
javaxt.express.subscription
Subscriber
SubscriptionService
javaxt.express.utils
CSV
Provides static methods used to parse comma and tab delimited files
javaxt.express.utils.CSV
Columns
Used to represent column values
javaxt.express.utils
DateUtils
Provides static methods
DbUtils
Provides static methods used to initialize a database, copy data from one database to another, find/remove duplicates records, etc
StatusLogger
Used to print status messages to the standard output stream
StringUtils
WebUtils