| Interface | Description |
|---|---|
| TokenSecurity |
TokenSecurity should implemented by user
|
| Class | Description |
|---|---|
| BaseTemplate |
This is the base environment servlet store environment info
|
| DeployTool |
DeployTool extract all SQL and Java in html or .js files to server side, and
reverse.
|
| DeployToolUtils |
Store static methods for DeployTool
|
| JsonResult |
JsonResult used to return a JSON to front end
|
| MyServerlessEnv |
DeployTool extract all SQL and Java in html or .js files to server side, and
reverse.
|
| MyServerlessServlet |
Dispatch call to local java classes and return a JSON
|
| Readme |
All files in this folder will be released to Maven center as "com.gitee.drinkjava2"->"myserverless-core" artifactId
|
| SqlJavaPiece |
SQL or Java source code piece, this is a virtual model represents the sql or
java piece extracted from html file or remote ajax call
|
| SrcBuilder |
The SrcBuilder will build child class source code based on given template
class
|
| Enum | Description |
|---|---|
| PieceType |
PieceType is the type of SqlJavaPiece, can be: QRY(a piece of query SQL),
JAVA (a piece of java in a class extended from ServletTemplate),
JAVA_FULL(The full Java source code )
|
Copyright © 2021. All rights reserved.