C D G I J P S W

C

com.github.drinkjava2.jwebbox - package com.github.drinkjava2.jwebbox
 

D

doTag() - Method in class com.github.drinkjava2.jwebbox.WebBox.Show
 

G

getAttribute(PageContext, String) - Static method in class com.github.drinkjava2.jwebbox.WebBox
Get an attribute from current page's WebBox instance
getAttribute(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
Get attribute from current WebBox instance
getAttribute() - Method in class com.github.drinkjava2.jwebbox.WebBox.Show
 
getAttributeMap() - Method in class com.github.drinkjava2.jwebbox.WebBox
Get the attribute map of WebBox instance
getBox(PageContext) - Static method in class com.github.drinkjava2.jwebbox.WebBox
Get current pageContext's WebBox instance
getFatherWebBox() - Method in class com.github.drinkjava2.jwebbox.WebBox
Set the father page's WebBox instance
getName() - Method in class com.github.drinkjava2.jwebbox.WebBox
get the name of the WebBox instance
getPage() - Method in class com.github.drinkjava2.jwebbox.WebBox
Get the page
getPrepareBean() - Method in class com.github.drinkjava2.jwebbox.WebBox
Get the prepare bean instance
getPrepareBeanMethod() - Method in class com.github.drinkjava2.jwebbox.WebBox
Get the prepare bean 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.WebBox
Get the prepare URL
getTarget() - Method in class com.github.drinkjava2.jwebbox.WebBox.Show
 
getText() - Method in class com.github.drinkjava2.jwebbox.WebBox
Get the Text

I

isEmptyStr(String) - Static method in class com.github.drinkjava2.jwebbox.WebBox
Check if String null or empty

J

JWEBBOX_ID - Static variable in class com.github.drinkjava2.jwebbox.WebBox
 

P

prepareOnly(PageContext) - Method in class com.github.drinkjava2.jwebbox.WebBox
Prepare data, only but do not output text and do not show page

S

setAttribute(String, Object) - Method in class com.github.drinkjava2.jwebbox.WebBox
Set attribute for current WebBox instance
setAttribute(String) - Method in class com.github.drinkjava2.jwebbox.WebBox.Show
 
setAttributeMap(Map<String, Object>) - Method in class com.github.drinkjava2.jwebbox.WebBox
Set the attribute map for WebBox instance
setFatherWebBox(WebBox) - Method in class com.github.drinkjava2.jwebbox.WebBox
Get the father page's WebBox instance
setName(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
Set the name of the WebBox instance
setPage(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
Set a JSP page or URL
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.WebBox
Set the bean prepare method name
setPrepareStaticMethod(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
Set a prepare static method
setPrepareURL(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
Set prepare URL, this URL be called after prepare methods but before show page
setTarget(Object) - Method in class com.github.drinkjava2.jwebbox.WebBox.Show
 
setText(String) - Method in class com.github.drinkjava2.jwebbox.WebBox
Set the text String
show(PageContext) - 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.WebBox
Assume the value is String or WebBox instance, show it
showPageOnly(PageContext) - 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.WebBox
Show an target object, target can be: WebBox instance or String or List of WebBox instance or String

W

WebBox - Class in com.github.drinkjava2.jwebbox
JWebBox is a small layout tool used in java server pages(JSP) projects, playing the same role like Apache Tiles and SiteMesh, no XML file, no Tags, simple(only 1 java file), can be used to support whole site's layout or only few page components.
WebBox() - Constructor for class com.github.drinkjava2.jwebbox.WebBox
 
WebBox(String) - Constructor for class com.github.drinkjava2.jwebbox.WebBox
Create a WebBox
WebBox.Show - Class in com.github.drinkjava2.jwebbox
This is a custom TagLib for JSP and also can be used in FreeMaker
WebBox.Show() - Constructor for class com.github.drinkjava2.jwebbox.WebBox.Show
 
WebBox.WebBoxException - Exception in com.github.drinkjava2.jwebbox
A runtime exception caused by WebBox
WebBox.WebBoxException(String) - Constructor for exception com.github.drinkjava2.jwebbox.WebBox.WebBoxException
 
WebBox.WebBoxException(Throwable) - Constructor for exception com.github.drinkjava2.jwebbox.WebBox.WebBoxException
 

C D G I J P S W

Copyright © 2018. All rights reserved.