Package com.vaadin.server.communication
Class PortletBootstrapHandler
- java.lang.Object
-
- com.vaadin.server.SynchronizedRequestHandler
-
- com.vaadin.server.BootstrapHandler
-
- com.vaadin.server.communication.PortletBootstrapHandler
-
- All Implemented Interfaces:
RequestHandler,Serializable
public class PortletBootstrapHandler extends BootstrapHandler
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.server.BootstrapHandler
BootstrapHandler.BootstrapContext
-
-
Field Summary
-
Fields inherited from class com.vaadin.server.BootstrapHandler
IGNORE_RESTART_PARAM
-
-
Constructor Summary
Constructors Constructor Description PortletBootstrapHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidappendMainScriptTagContents(BootstrapHandler.BootstrapContext context, StringBuilder builder)protected elemental.json.JsonObjectgetApplicationParameters(BootstrapHandler.BootstrapContext context)protected StringgetMainDivStyle(BootstrapHandler.BootstrapContext context)protected StringgetServiceUrl(BootstrapHandler.BootstrapContext context)booleanhandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response)-
Methods inherited from class com.vaadin.server.BootstrapHandler
canHandleRequest, findAndEscapeThemeName, getThemeName, getThemeUri, getWidgetsetForUI, synchronizedHandleRequest, writeError
-
-
-
-
Method Detail
-
handleRequest
public boolean handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) throws IOException
- Specified by:
handleRequestin interfaceRequestHandler- Overrides:
handleRequestin classSynchronizedRequestHandler- Throws:
IOException
-
getServiceUrl
protected String getServiceUrl(BootstrapHandler.BootstrapContext context)
- Specified by:
getServiceUrlin classBootstrapHandler
-
appendMainScriptTagContents
protected void appendMainScriptTagContents(BootstrapHandler.BootstrapContext context, StringBuilder builder) throws IOException
- Overrides:
appendMainScriptTagContentsin classBootstrapHandler- Throws:
IOException
-
getMainDivStyle
protected String getMainDivStyle(BootstrapHandler.BootstrapContext context)
- Overrides:
getMainDivStylein classBootstrapHandler
-
getApplicationParameters
protected elemental.json.JsonObject getApplicationParameters(BootstrapHandler.BootstrapContext context)
- Overrides:
getApplicationParametersin classBootstrapHandler
-
-