javaxt-express
javaxt.express
| ActivityMeter |
Panel used to render user activity using real-time charts |
| 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 stored in a JSON file |
| DBView |
Component used to compile queries and view results in a table |
| Deploy |
Command line app used to package and deploy a web application |
| Facet |
Used to render an individual facet in a facet panel |
| FileBrowser |
Window used to browse files and directories on a server |
| FileManager |
Used to serve up static files (html, javascript, css, images, etc) |
javaxt.express.FileManager
| EventMonitor |
Implementations of this class are used by the getFileUpdates() method to process events (e |
javaxt.express
| FileUploader |
Window used to upload files to a server |
| 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 |
| SearchField |
Form field used to initiate a search via web sockets |
| 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 |
| Spinner |
Material design spinner |
| ThumbnailEditor |
Simple image editor used to create a thumbnail of an image |
| User |
|
| UserPreferences |
Used to set/get user preferences |
| WaitMask |
Semi transparent div with a material design spinner |
| WebService |
Abstract class used to map HTTP requests to either virtual or concrete methods found in the extending class |
| WebSite |
Used to wrap the content in a carousel control |
javaxt.express.app
| Horizon |
User interface with a fixed header and horizontal tabs |
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
javaxt.express.services
| FileService |
Provides a set of web methods used to manage and view files on the server |
javaxt.express.services.FileService
javaxt.express.services
javaxt.express.services.QueryService
javaxt.express.subscription
javaxt.express.utils
| CSV |
Provides static methods used to parse tabular data stored in plain text where records (aka rows) are separated with a line break and columns are delimited with a character (comma, tab, pipe, etc) |
javaxt.express.utils.CSV
| Columns |
Class used to encapsulate columns in a row |
javaxt.express.utils
| DateUtils |
Provides static methods used to support web applications |
| DbUtils |
Provides static methods used to initialize a database, copy data from one database to another, find/remove duplicates records, etc |
| Python |
Used to execute python commands and parse the output |
| StatusLogger |
Used to print status messages to the standard output stream |
| StringUtils |
|