- getAttribute(PageContext, String) - Static method in class com.github.drinkjava2.jwebbox.JspBox
-
Get an attribute from current page's JspBox instance
- getAttribute(String) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get JspBox's attribute
- getAttribute() - Method in class com.github.drinkjava2.jwebbox.JspBox.Show
-
- getAttribute(HttpServletRequest, HttpServletResponse, String) - Static method in class com.github.drinkjava2.jwebbox.WebBox
-
Get an attribute from current page's HtmlBox instance
- getAttribute(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get HtmlBox's attribute
- getAttributeMap() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get the attribute map of JspBox instance
- getAttributeMap() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get the attribute map of HtmlBox instance
- getBox(PageContext) - Static method in class com.github.drinkjava2.jwebbox.JspBox
-
Get current pageContext's JspBox instance
- getBox(HttpServletRequest) - Static method in class com.github.drinkjava2.jwebbox.WebBox
-
Get current pageContext's HtmlBox instance
- getFatherHtmlBox() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set the father page's HtmlBox instance
- getFatherJspBox() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set the father page's JspBox instance
- getName() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
get the name of the JspBox instance
- getName() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
get the name of the HtmlBox instance
- getObject(String) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Search and return an attribute object follow this order:
pageContext->request->parameter->session
- getObject(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Search and return an attribute object follow this order:
pageContext->request->parameter->session
- getPage() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get the page
- getPage() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get the page
- getPageContext() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get current pageContext if have
- getPrepareBean() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get the prepare bean instance
- getPrepareBean() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get the prepare bean instance
- getPrepareBeanMethod() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get the prepare bean method name
- getPrepareBeanMethod() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get the prepare bean method name
- getPrepareStaticMethod() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get the Prepare static method name
- getPrepareStaticMethod() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get the Prepare static method name
- getPrepareURL() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get the prepare URL
- getPrepareURL() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get the prepare URL
- getRandomString(int) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
- getRequest() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get current Box's HttpServletRequest if have
- getResponse() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get current Box's HttpServletResponse if have
- getTarget() - Method in class com.github.drinkjava2.jwebbox.JspBox.Show
-
- getText() - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get the Text
- getText() - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get the Text
- getWebappFolder() - Static method in class com.github.drinkjava2.jwebbox.WebBox
-
- setAttribute(String, Object) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set attribute for current JspBox instance
- setAttribute(String) - Method in class com.github.drinkjava2.jwebbox.JspBox.Show
-
- setAttribute(String, Object) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set attribute for current HtmlBox instance
- setAttributeMap(Map<String, Object>) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set the attribute map for JspBox instance
- setAttributeMap(Map<String, Object>) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set the attribute map for HtmlBox instance
- setFatherHtmlBox(WebBox) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Get the father page's HtmlBox instance
- setFatherJspBox(JspBox) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Get the father page's JspBox instance
- setName(String) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set the name of the JspBox instance
- setName(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set the name of the HtmlBox instance
- setPage(Object) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set a JSP page or URL
- setPage(Object) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set a JSP page or URL
- setPageContext(PageContext) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set pageContext to it
- setPageContextAttribute(String, Object) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set a pageContext attribute
- setPrepareBean(Object) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set a prepare bean which has a prepare method
- setPrepareBean(Object) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set a prepare bean which has a prepare method
- setPrepareBeanMethod(String) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set the bean prepare method name
- setPrepareBeanMethod(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set the bean prepare method name
- setPrepareStaticMethod(String) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set a prepare static method
- setPrepareStaticMethod(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set a prepare static method
- setPrepareURL(String) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set prepare URL, this URL be called after prepare methods but before show
page
- setPrepareURL(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set prepare URL, this URL be called after prepare methods but before show
page
- setRequest(HttpServletRequest) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set HttpServletRequest to current Box
- setRequestAttribute(String, Object) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set a request attribute
- setRequestAttribute(String, Object) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set a request attribute
- setResponse(HttpServletResponse) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set HttpServletResponse to current Box
- setSessionAttribute(String, Object) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set a session attribute
- setSessionAttribute(String, Object) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set a session attribute
- setTarget(Object) - Method in class com.github.drinkjava2.jwebbox.JspBox.Show
-
- setText(String) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Set the text String
- setText(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Set the text String
- setWebappFolder(String) - Static method in class com.github.drinkjava2.jwebbox.WebBox
-
- show(PageContext) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Prepare data and out put text include page if have
- Show() - Constructor for class com.github.drinkjava2.jwebbox.JspBox.Show
-
- show(HttpServletRequest, HttpServletResponse) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Prepare data and out put text include page if have
- showAttribute(PageContext, String) - Static method in class com.github.drinkjava2.jwebbox.JspBox
-
Assume the value is String or JspBox instance, show it
- showAttribute(HttpServletRequest, HttpServletResponse, String) - Static method in class com.github.drinkjava2.jwebbox.WebBox
-
Assume the value is String or HtmlBox instance, show it
- showPageOnly(PageContext) - Method in class com.github.drinkjava2.jwebbox.JspBox
-
Show page only, do not call prepareStaticMethod and URL
- showPageOnly(HttpServletRequest, HttpServletResponse) - Method in class com.github.drinkjava2.jwebbox.WebBox
-
Show page only, do not call prepareStaticMethod and URL
- showTarget(PageContext, Object) - Static method in class com.github.drinkjava2.jwebbox.JspBox
-
Show an target object, target can be: JspBox instance or String or List of
JspBox instance or String
- showTarget(HttpServletRequest, HttpServletResponse, Object) - Static method in class com.github.drinkjava2.jwebbox.WebBox
-
Show an target object, target can be: HtmlBox instance or String or List of
HtmlBox instance or String
- split(String, char) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
Splits the provided text into an array, separator specified.
- split(String, String) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
- split(String, String, boolean) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
- startsWithIgnoreCase(String, String) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
Test if the given String starts with the specified prefix, ignoring
upper/lower case.
- substringAfter(String, String) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
Gets the substring after the first occurrence of a separator.
- substringAfterLast(String, String) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
Gets the substring after the last occurrence of a separator.
- substringBefore(String, String) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
Gets the substring before the first occurrence of a separator.
- substringBeforeLast(String, String) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
Gets the substring before the last occurrence of a separator.
- substringBeforeLastExist(String, String) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
Same as substringBeforeLast but if not found separator will return ""
- substringBetween(String, String, String) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
Gets the String that is nested in between two Strings.
- substringsBetween(String, String, String) - Static method in class com.github.drinkjava2.jwebbox.WebBoxStrUtils
-
Searches a String for substrings delimited by a start and end tag, returning
all matching substrings in an array.