|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.BootstrapHandler
@Deprecated public abstract class BootstrapHandler
| Nested Class Summary | |
|---|---|
protected class |
BootstrapHandler.BootstrapContext
Deprecated. |
| Constructor Summary | |
|---|---|
BootstrapHandler()
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
appendMainScriptTagContents(BootstrapHandler.BootstrapContext context,
java.lang.StringBuilder builder)
Deprecated. |
java.lang.String |
findAndEscapeThemeName(BootstrapHandler.BootstrapContext context)
Deprecated. Don not override. |
protected org.json.JSONObject |
getApplicationParameters(BootstrapHandler.BootstrapContext context)
Deprecated. |
protected java.lang.String |
getMainDivStyle(BootstrapHandler.BootstrapContext context)
Deprecated. |
protected abstract java.lang.String |
getServiceUrl(BootstrapHandler.BootstrapContext context)
Deprecated. |
java.lang.String |
getThemeName(BootstrapHandler.BootstrapContext context)
Deprecated. Override if required |
java.lang.String |
getThemeUri(BootstrapHandler.BootstrapContext context,
java.lang.String themeName)
Deprecated. Get the URI for the application theme. |
java.lang.String |
getWidgetsetForUI(BootstrapHandler.BootstrapContext context)
Deprecated. |
boolean |
handleRequest(VaadinSession session,
VaadinRequest request,
VaadinResponse response)
Deprecated. Handles a non-UIDL request. |
protected void |
writeError(VaadinResponse response,
java.lang.Throwable e)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BootstrapHandler()
| Method Detail |
|---|
public boolean handleRequest(VaadinSession session,
VaadinRequest request,
VaadinResponse response)
throws java.io.IOException
RequestHandlertrue to indicate that no more request handlers should
be invoked for the request.
handleRequest in interface RequestHandlersession - The session for the requestrequest - The request to handleresponse - The response object to which a response can be written.
java.io.IOExceptionprotected java.lang.String getMainDivStyle(BootstrapHandler.BootstrapContext context)
public java.lang.String getWidgetsetForUI(BootstrapHandler.BootstrapContext context)
protected void appendMainScriptTagContents(BootstrapHandler.BootstrapContext context,
java.lang.StringBuilder builder)
throws org.json.JSONException,
java.io.IOException
org.json.JSONException
java.io.IOException
protected org.json.JSONObject getApplicationParameters(BootstrapHandler.BootstrapContext context)
throws org.json.JSONException,
PaintException
org.json.JSONException
PaintExceptionprotected abstract java.lang.String getServiceUrl(BootstrapHandler.BootstrapContext context)
public java.lang.String getThemeUri(BootstrapHandler.BootstrapContext context,
java.lang.String themeName)
context - themeName -
public java.lang.String getThemeName(BootstrapHandler.BootstrapContext context)
context -
public java.lang.String findAndEscapeThemeName(BootstrapHandler.BootstrapContext context)
context -
protected void writeError(VaadinResponse response,
java.lang.Throwable e)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||