Skip navigation links
$ A B C D E F G H I J L M N O P R S T V W 

$

$0 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$1 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$10 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$11 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$12 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$13 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$14 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$15 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$16 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$17 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$18 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$19 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$2 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$20 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$3 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$4 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$5 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$6 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$7 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$8 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
$9 - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 

A

allowExecute(String, String) - Method in interface com.github.drinkjava2.myserverless.TokenSecurity
By given token and MyServerless methodId, check if allow execute
appendFile(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessFileUtils
 
arraysEqual(Object[], Object[]) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Compare 2 array
arrayToString(Object[]) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Change a Object array to "obj1,obj2...,objn" String
arrayToString(Object[], String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Change a Object array to connected string by given seperateString
arrayToStringButSkipFirst(Object[]) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Change a Object array to "obj1,obj2...,objn" String
assumeNotEmpty(String, String...) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Assure String not Empty, optionMessages is optional
assureNotEmpty(String, String...) - Static method in exception com.github.drinkjava2.myserverless.compile.CompileException
Assure String not Empty, optionMessages is optional
assureNotNull(Object, String...) - Static method in exception com.github.drinkjava2.myserverless.compile.CompileException
Assure object not null, optionMessages is optional
assureTrue(Boolean, String...) - Static method in exception com.github.drinkjava2.myserverless.compile.CompileException
Assure true, optionMessages is optional

B

BaseTemplate - Class in com.github.drinkjava2.myserverless
This is the base environment servlet store environment info
BaseTemplate() - Constructor for class com.github.drinkjava2.myserverless.BaseTemplate
 
bos - Variable in class com.github.drinkjava2.myserverless.compile.JavaClassObject
 
buildFrontLeadingTagsAndImports(SqlJavaPiece) - Static method in class com.github.drinkjava2.myserverless.SrcBuilder
build Front Leading Tags
byRemoteMethodName(String) - Static method in enum com.github.drinkjava2.myserverless.PieceType
Return a PieceType instance based on method name

C

CharSequenceJavaFileObject - Class in com.github.drinkjava2.myserverless.compile
 
CharSequenceJavaFileObject(String, CharSequence) - Constructor for class com.github.drinkjava2.myserverless.compile.CharSequenceJavaFileObject
 
checkClassExist(String) - Static method in class com.github.drinkjava2.myserverless.util.ClassExistCacheUtils
Check class if exist, if exit return it, otherwise return null
classExistCache - Static variable in class com.github.drinkjava2.myserverless.util.ClassExistCacheUtils
 
ClassExistCacheUtils - Class in com.github.drinkjava2.myserverless.util
ClassCacheUtils is utility class to cache some info of classes read and write method
ClassExistCacheUtils() - Constructor for class com.github.drinkjava2.myserverless.util.ClassExistCacheUtils
 
ClassExistCacheUtils.ClassOrMethodNotExist - Class in com.github.drinkjava2.myserverless.util
 
ClassFileManager - Class in com.github.drinkjava2.myserverless.compile
 
ClassFileManager(StandardJavaFileManager) - Constructor for class com.github.drinkjava2.myserverless.compile.ClassFileManager
 
ClassOrMethodNotExist() - Constructor for class com.github.drinkjava2.myserverless.util.ClassExistCacheUtils.ClassOrMethodNotExist
 
classToString(Class<?>) - Static method in class com.github.drinkjava2.myserverless.util.Txt
 
code - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
CODE200 - Static variable in class com.github.drinkjava2.myserverless.JsonResult
 
com.github.drinkjava2.myserverless - package com.github.drinkjava2.myserverless
 
com.github.drinkjava2.myserverless.compile - package com.github.drinkjava2.myserverless.compile
 
com.github.drinkjava2.myserverless.util - package com.github.drinkjava2.myserverless.util
 
CompileException - Exception in com.github.drinkjava2.myserverless.compile
This CompileException used to wrap exception to a Runtime type Exception
CompileException() - Constructor for exception com.github.drinkjava2.myserverless.compile.CompileException
 
CompileException(Throwable) - Constructor for exception com.github.drinkjava2.myserverless.compile.CompileException
 
CompileException(String) - Constructor for exception com.github.drinkjava2.myserverless.compile.CompileException
 
CompileException(String, Throwable) - Constructor for exception com.github.drinkjava2.myserverless.compile.CompileException
 
containsIgnoreCase(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Find if exist searchStr in str ignore case
containsWhitespace(CharSequence) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Check whether the given String contains any whitespace characters.
countMatches(CharSequence, char) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Counts how many times the char appears in the given string.
createFrontText(PieceType, SqlJavaPiece) - Static method in class com.github.drinkjava2.myserverless.SrcBuilder
 
createSourceCode(Class<?>, PieceType, String) - Static method in class com.github.drinkjava2.myserverless.SrcBuilder
According templateClass, pieceType, frontText to generate java source code
createSourceCode(Class<?>, PieceType, SqlJavaPiece) - Static method in class com.github.drinkjava2.myserverless.SrcBuilder
According templateClass, pieceType, SqlJavaPiece to generate java source code

D

deploy(String) - Static method in class com.github.drinkjava2.myserverless.DeployTool
 
DeployTool - Class in com.github.drinkjava2.myserverless
DeployTool extract all SQL and Java in html or .js files to server side, and reverse.
DeployTool() - Constructor for class com.github.drinkjava2.myserverless.DeployTool
 
DeployToolUtils - Class in com.github.drinkjava2.myserverless
Store static methods for DeployTool
DeployToolUtils() - Constructor for class com.github.drinkjava2.myserverless.DeployToolUtils
 
doAction(HttpServletRequest, HttpServletResponse) - Static method in class com.github.drinkjava2.myserverless.MyServerlessServlet
 
doActionBody(HttpServletRequest, HttpServletResponse) - Static method in class com.github.drinkjava2.myserverless.MyServerlessServlet
Dispatch remote call to related classes, and return a json
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.github.drinkjava2.myserverless.MyServerlessServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.github.drinkjava2.myserverless.MyServerlessServlet
 
DynamicCompileEngine - Class in com.github.drinkjava2.myserverless.compile
This is a DynamicCompileEngine to compile and load Java source code into memory, only tested in Eclipse, Maven, Tomcat, Weblogic

E

encryptMD5(String) - Static method in class com.github.drinkjava2.myserverless.util.MD5Util
 
execute() - Method in class com.github.drinkjava2.myserverless.BaseTemplate
Execute executeBody method and wrap result to a JsonResult result
executeBody() - Method in class com.github.drinkjava2.myserverless.BaseTemplate
The body method for template

F

findCachedClass(String) - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
Return class stored in deploy package, if not found, return null
findFirstWordNoWhiteChars(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Find first word do no white characters

G

getApiExportFile() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getAttr(String) - Method in class com.github.drinkjava2.myserverless.BaseTemplate
Equal to getRequest().getAttribute(attrKey);
getBody() - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
getBytes() - Method in class com.github.drinkjava2.myserverless.compile.JavaClassObject
 
getCallDeployedMethodName() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getCharContent(boolean) - Method in class com.github.drinkjava2.myserverless.compile.CharSequenceJavaFileObject
 
getClassesDeployFolder() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getClassLoaderFolder() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getClassName() - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
getCode() - Method in class com.github.drinkjava2.myserverless.JsonResult
 
getData() - Method in class com.github.drinkjava2.myserverless.JsonResult
 
getDebugInfo(HttpServletRequest) - Static method in class com.github.drinkjava2.myserverless.JsonResult
Get debug info of request
getDebugInfo() - Method in class com.github.drinkjava2.myserverless.JsonResult
 
getDeployPackage() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getDevelopToken() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getId() - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
getImports() - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
getJavaClassObject() - Method in class com.github.drinkjava2.myserverless.compile.ClassFileManager
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class com.github.drinkjava2.myserverless.compile.ClassFileManager
 
getJavaSourceCode(String, String) - Static method in class com.github.drinkjava2.myserverless.util.TxtUtils
 
getJavaSourceCode(Class<?>, String) - Static method in class com.github.drinkjava2.myserverless.util.TxtUtils
 
getJavaSourceCodeUTF8(Class<?>) - Static method in class com.github.drinkjava2.myserverless.util.TxtUtils
 
getJavaSourceCodeUTF8(String) - Static method in class com.github.drinkjava2.myserverless.util.TxtUtils
 
getLocation() - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
getMethodTemplates() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getMethodType() - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
getMsg() - Method in class com.github.drinkjava2.myserverless.JsonResult
 
getOriginText() - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
getPackageName() - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
getParam(String) - Method in class com.github.drinkjava2.myserverless.BaseTemplate
Equal to getRequest().getParameter(paramkey);
getParamArray() - Method in class com.github.drinkjava2.myserverless.BaseTemplate
Pack all $1 , $2,...
getParamMap() - Method in class com.github.drinkjava2.myserverless.BaseTemplate
Pack all $1 , $2, ...
getProjectRootFolder() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getRandomClassName(int) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Build a random class name by give length, name started with letter "Z"
getRandomString(int) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
 
getRequest() - Method in class com.github.drinkjava2.myserverless.BaseTemplate
 
getResponse() - Method in class com.github.drinkjava2.myserverless.BaseTemplate
 
getSession() - Method in class com.github.drinkjava2.myserverless.BaseTemplate
Equal to getRequest().getSession();
getSrcDeployFolder() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getSrcWebappFolder() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getStatus() - Method in class com.github.drinkjava2.myserverless.JsonResult
 
getTokenSecurity() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
getWebFiles() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
goFront() - Static method in class com.github.drinkjava2.myserverless.DeployTool
Push back all Sql/Java pieces to front side, ignore "SERV" keyword
goServer() - Static method in class com.github.drinkjava2.myserverless.DeployTool
Extract all Sql/Java pieces from web files to server side java source code, no matter if it have "FRONT" keyword or not

H

hasLength(CharSequence) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Check that the given String is neither null nor of length 0.

I

indexOfIgnoreCase(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Return first postion ignore case, return -1 if not found
initParams(HttpServletRequest, HttpServletResponse) - Method in class com.github.drinkjava2.myserverless.BaseTemplate
 
inputStreamToString(InputStream, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessFileUtils
 
instance - Static variable in class com.github.drinkjava2.myserverless.compile.DynamicCompileEngine
 
isCapitalizedString(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Return true if first letter is Capitalised
isDebugInfo() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
isDevelopStage() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
isEmpty(Object) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Check whether the given String is empty.
isInvisibleChar(char) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Return true if is an invisible Char like space, tab, return...
isJavaFileExport() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 
isLegalClassName(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Return true if the string can be used as class name
isLettersOrUnderline(char) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
 
isNormalLetters(char) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Check if a String only have a-z,A-Z,0-9,"_" characters
isProductStage() - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
 

J

JavaClassObject - Class in com.github.drinkjava2.myserverless.compile
 
JavaClassObject(String, JavaFileObject.Kind) - Constructor for class com.github.drinkjava2.myserverless.compile.JavaClassObject
 
javaCodeToClass(String, String) - Method in class com.github.drinkjava2.myserverless.compile.DynamicCompileEngine
 
javaCodeToNewInstance(String, String) - Method in class com.github.drinkjava2.myserverless.compile.DynamicCompileEngine
 
javaFileCache - Static variable in class com.github.drinkjava2.myserverless.util.TxtUtils
 
joinStringArray(String[], String[]) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Join 2 String array into one
json403(String, HttpServletRequest) - Static method in class com.github.drinkjava2.myserverless.JsonResult
 
JsonResult - Class in com.github.drinkjava2.myserverless
JsonResult used to return a JSON to front end
JsonResult() - Constructor for class com.github.drinkjava2.myserverless.JsonResult
 
JsonResult(int, String) - Constructor for class com.github.drinkjava2.myserverless.JsonResult
this constructor to build normal return
JsonResult(int, String, Object) - Constructor for class com.github.drinkjava2.myserverless.JsonResult
this constructor to build normal return

L

lastIndexOfIgnoreCase(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Return last sub-String position ignore case, return -1 if not found
listToString(List<?>) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Change a Object List to "obj1,obj2...,objn" String
login(String, String) - Method in interface com.github.drinkjava2.myserverless.TokenSecurity
According given username and password, create a token string, return null if password is not right

M

MD5Util - Class in com.github.drinkjava2.myserverless.util
 
MD5Util() - Constructor for class com.github.drinkjava2.myserverless.util.MD5Util
 
message - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
MyServerlessEnv - Class in com.github.drinkjava2.myserverless
DeployTool extract all SQL and Java in html or .js files to server side, and reverse.
MyServerlessEnv() - Constructor for class com.github.drinkjava2.myserverless.MyServerlessEnv
 
MyServerlessFileUtils - Class in com.github.drinkjava2.myserverless.util
File Utilities usually used inside of compiler
MyServerlessServlet - Class in com.github.drinkjava2.myserverless
Dispatch call to local java classes and return a JSON
MyServerlessServlet() - Constructor for class com.github.drinkjava2.myserverless.MyServerlessServlet
 
MyServerlessStrUtils - Class in com.github.drinkjava2.myserverless.util
String Utilities usually used inside of framework

N

NONE - Static variable in class com.github.drinkjava2.myserverless.BaseTemplate
 

O

oneFileToFront(File, boolean, List<String>, boolean) - Static method in class com.github.drinkjava2.myserverless.DeployToolUtils
Push back sql/java source code from server side to HTML/HTM/JSP
oneFileToServ(List<SqlJavaPiece>, File, boolean) - Static method in class com.github.drinkjava2.myserverless.DeployToolUtils
Extract sql/java to server side for one html/javascript file, if forceDeploy is true, ignore if have FRONT control word, force extract to server side
openOutputStream() - Method in class com.github.drinkjava2.myserverless.compile.JavaClassObject
 

P

parseFromFrontText(String, String) - Static method in class com.github.drinkjava2.myserverless.SqlJavaPiece
parse a sql/java front text to SqlJavaPiece Object usage:
SqlJavaPiece p = SqlJavaPiece.parse("#234234 Front import a.b.C; import b.d.e; import b.d.e; select * from users ");
parseFromJavaSrcFile(String) - Static method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
PieceType - Enum in com.github.drinkjava2.myserverless
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 )
positionOfPureChar(String, char) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Return pure char position, return -1 if not found, for example:
s = a\'b\'c'ddddd
positionOfPureChar(s,"'") return 7
print(Object) - Static method in class com.github.drinkjava2.myserverless.util.Systemout
 
println(Object) - Static method in class com.github.drinkjava2.myserverless.util.Systemout
 
println() - Static method in class com.github.drinkjava2.myserverless.util.Systemout
 

R

readFile(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessFileUtils
 
Readme - Class in com.github.drinkjava2.myserverless
All files in this folder will be released to Maven center as "com.gitee.drinkjava2"->"myserverless-core" artifactId
Readme() - Constructor for class com.github.drinkjava2.myserverless.Readme
 
registerClass(Class<?>) - Static method in class com.github.drinkjava2.myserverless.util.ClassExistCacheUtils
 
registerMethodTemplate(String, Class<?>) - Static method in class com.github.drinkjava2.myserverless.DeployTool
Register a customized method template
registerMethodTemplate(String, Class<?>) - Static method in class com.github.drinkjava2.myserverless.MyServerlessEnv
Register customized MyServerless template class
replace(String, String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Replace all occurrences of a substring within a string with another string.
replaceFirst(String, String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Replace first occurrences of a substring within a string with another string.
replaceIgnoreCase(String, String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Replace all sub strings ignore case
replaceIgnoreCase("AbcDECd", "Cd", "FF") = "AbFFEFF"
replaceOneBetween(String, String, String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Replace chars between start and end in originStr with replaceStr, if not found start or end, return replaceStr
replaceOneBetween("ABCDE", "A", "CD","__") = "A__CDE"
request - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 
response - Variable in class com.github.drinkjava2.myserverless.BaseTemplate
 

S

setBody(String) - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
setClassName(String) - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
setCode(int) - Method in class com.github.drinkjava2.myserverless.JsonResult
 
setData(Object) - Method in class com.github.drinkjava2.myserverless.JsonResult
 
setDataArray(Object...) - Method in class com.github.drinkjava2.myserverless.JsonResult
 
setDebugInfo(Object) - Method in class com.github.drinkjava2.myserverless.JsonResult
 
setId(String) - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
setImports(String) - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
setLocation(String) - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
setMethodType(String) - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
setMsg(String) - Method in class com.github.drinkjava2.myserverless.JsonResult
 
setOriginText(String) - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
setPackageName(String) - Method in class com.github.drinkjava2.myserverless.SqlJavaPiece
 
setRequest(HttpServletRequest) - Method in class com.github.drinkjava2.myserverless.BaseTemplate
 
setResponse(HttpServletResponse) - Method in class com.github.drinkjava2.myserverless.BaseTemplate
 
setStatus(Integer) - Method in class com.github.drinkjava2.myserverless.JsonResult
 
split(String, char) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Splits the provided text into an array, separator specified.
split(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
 
split(String, String, boolean) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
 
SqlJavaPiece - Class in com.github.drinkjava2.myserverless
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
SqlJavaPiece() - Constructor for class com.github.drinkjava2.myserverless.SqlJavaPiece
 
SrcBuilder - Class in com.github.drinkjava2.myserverless
The SrcBuilder will build child class source code based on given template class
SrcBuilder() - Constructor for class com.github.drinkjava2.myserverless.SrcBuilder
 
startsWithIgnoreCase(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
substringAfter(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Gets the substring after the first occurrence of a separator.
substringAfterLast(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Gets the substring after the last occurrence of a separator.
substringBefore(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Gets the substring before the first occurrence of a separator.
substringBeforeLast(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Gets the substring before the last occurrence of a separator.
substringBeforeLastExist(String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Same as substringBeforeLast but if not found separator will return ""
substringBetween(String, String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Gets the String that is nested in between two Strings.
substringsBetween(String, String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Searches a String for substrings delimited by a start and end tag, returning all matching substrings in an array.
Systemout - Class in com.github.drinkjava2.myserverless.util
Debug Util
Systemout() - Constructor for class com.github.drinkjava2.myserverless.util.Systemout
 

T

throwEX(String) - Static method in exception com.github.drinkjava2.myserverless.compile.CompileException
 
TokenSecurity - Interface in com.github.drinkjava2.myserverless
TokenSecurity should implemented by user
toLowerCaseFirstOne(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
First letter change to lower
toString() - Method in class com.github.drinkjava2.myserverless.util.Txt
 
toUpperCaseFirstOne(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
First letter change to capitalised
trimAllWhitespace(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimLeadingCharacter(String, char) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessStrUtils
Trim leading and trailing whitespace from the given String.
Txt - Class in com.github.drinkjava2.myserverless.util
Child class extended from Text support multiple line String.
Txt() - Constructor for class com.github.drinkjava2.myserverless.util.Txt
 
TxtUtils - Class in com.github.drinkjava2.myserverless.util
TextUtils is used to read Java source file from sources folder, usage: String src=TextUtils.getJavaSourceCode(Foo.class, "UTF-8"); To use this function need copy java src file into resources folder or set a plug-in in pom.xml, detail see
TxtUtils() - Constructor for class com.github.drinkjava2.myserverless.util.TxtUtils
 

V

valueOf(String) - Static method in enum com.github.drinkjava2.myserverless.PieceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.drinkjava2.myserverless.PieceType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeFile(String, byte[]) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessFileUtils
 
writeFile(String, String, String) - Static method in class com.github.drinkjava2.myserverless.util.MyServerlessFileUtils
 
$ A B C D E F G H I J L M N O P R S T V W 
Skip navigation links

Copyright © 2021. All rights reserved.