| java.lang.Object org.zkoss.zkmob.Context
Context | public class Context (Code) | | UiFactory Connection Context.
author: henrichen |
Constructor Summary | |
public | Context(HttpConnection conn, Display disp) |
Method Summary | |
public Display | getDisplay() | public String | prefixURL(String url) Prefix the url with current connection if a relative url path.
Parameters: url - the url to be prefix. |
_conn | HttpConnection _conn(Code) | | |
Context | public Context(HttpConnection conn, Display disp)(Code) | | |
getDisplay | public Display getDisplay()(Code) | | Get the Mobile Display
the mobile display |
prefixURL | public String prefixURL(String url)(Code) | | Prefix the url with current connection if a relative url path.
Parameters: url - the url to be prefix. prefix url. |
|
|