| 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 |
MyServerlessEnv保存了从myserverless.properties中读取的所有配置
|
| MyServerlessServlet |
Dispatch call to local java classes and return a JSON
|
| Readme |
MyServerless 4.0
All files in this folder is belong to MyServerless project, usually no need change any file in this folder
在myserverlss目录下的所有文件,正常应该是引入myserverless-xx.xx.jar包来使用,这个项目只是为了学习和修改方便,直接把源码拷进来使用
|
| 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),
EXECUTE(a piece of query SQL),
JAVA (a piece of java in a class extended from ServletTemplate),
UNKNOW
|
Copyright © 2022. All rights reserved.