|
Webitable System | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.webitable.WebContext
Webitable Context Class for WebModules
Field Summary | |
static java.lang.String |
pubname
Public name 'Webitable' |
static java.lang.String |
version
Version string '0.0.1' |
Constructor Summary | |
WebContext(WebPrint p)
Constructor with initialization of printing object |
Method Summary | |
WebDir |
getDir()
Get file directory object of current context |
WebParam |
getParam()
Get parameters of current context |
WebPrint |
getPrint()
Get printing object of current context |
WebSql |
getSql()
Get SQL object of current context |
void |
setDir(WebDir d)
Set file directory object for current context (if not read-only) |
void |
setParam(WebParam e)
Set parameters for current context (if not read-only) |
void |
setReadOnly()
Set read-only flag (inhibit setters) |
void |
setSql(WebSql s)
Set SQL object for current context (if not read-only) |
java.lang.String |
toString()
Convertor to String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String version
public static final java.lang.String pubname
Constructor Detail |
public WebContext(WebPrint p)
p
- printing object for text outputWebPrint
Method Detail |
public java.lang.String toString()
public void setReadOnly()
setParam(net.sf.webitable.WebParam)
,
WebContext#setFiles
,
setSql(net.sf.webitable.WebSql)
public WebPrint getPrint()
public void setParam(WebParam e)
e
- ParameterssetReadOnly()
public WebParam getParam()
public void setDir(WebDir d)
d
- File directory objectsetReadOnly()
public WebDir getDir()
public void setSql(WebSql s)
s
- SQL objectsetReadOnly()
public WebSql getSql()
|
Webitable System | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |