|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of WebBox in com.github.drinkjava2.jwebbox |
|---|
| Methods in com.github.drinkjava2.jwebbox that return WebBox | |
|---|---|
static WebBox |
WebBox.getBox(javax.servlet.jsp.PageContext pageContext)
Get current pageContext's WebBox instance |
WebBox |
WebBox.getFatherWebBox()
Set the father page's WebBox instance |
WebBox |
WebBox.setAttribute(String key,
Object value)
Set attribute for current WebBox instance |
WebBox |
WebBox.setAttributeMap(Map<String,Object> attributeMap)
Set the attribute map for WebBox instance |
WebBox |
WebBox.setName(String name)
Set the name of the WebBox instance |
WebBox |
WebBox.setPage(String page)
Set a JSP page or URL |
WebBox |
WebBox.setPrepareBean(Object prepareBean)
Set a prepare bean which has a prepare method |
WebBox |
WebBox.setPrepareBeanMethod(String prepareBeanMethod)
Set the bean prepare method name |
WebBox |
WebBox.setPrepareStaticMethod(String prepareStaticMethod)
Set a prepare static method |
WebBox |
WebBox.setPrepareURL(String prepareURL)
Set prepare URL, this URL be called after prepare methods but before show page |
WebBox |
WebBox.setText(String text)
Set the text String |
| Methods in com.github.drinkjava2.jwebbox with parameters of type WebBox | |
|---|---|
void |
WebBox.setFatherWebBox(WebBox fatherWebBox)
Get the father page's WebBox instance |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||