|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.AbstractVaadinService
public abstract class AbstractVaadinService
Abstract implementation of VaadinService that takes care of those parts that are common to both servlets and portlets.
| Constructor Summary | |
|---|---|
AbstractVaadinService(DeploymentConfiguration deploymentConfiguration)
Creates a new vaadin service based on a deployment configuration |
|
| Method Summary | |
|---|---|
AddonContext |
getAddonContext()
|
java.util.Iterator<AddonContextListener> |
getAddonContextListeners()
|
java.lang.ClassLoader |
getClassLoader()
Get the class loader to use for loading classes loaded by name, e.g. |
DeploymentConfiguration |
getDeploymentConfiguration()
Gets the deployment configuration. |
VaadinSession |
getVaadinSession(WrappedRequest request)
Gets the Vaadin session associated with this request. |
void |
setAddonContext(AddonContext addonContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.vaadin.server.VaadinService |
|---|
getBaseDirectory, getConfiguredTheme, getConfiguredWidgetset, getMimeType, getStaticFileLocation, getSystemMessages, isStandalone |
| Constructor Detail |
|---|
public AbstractVaadinService(DeploymentConfiguration deploymentConfiguration)
deploymentConfiguration - the deployment configuration for the service| Method Detail |
|---|
public DeploymentConfiguration getDeploymentConfiguration()
VaadinService
getDeploymentConfiguration in interface VaadinServicepublic java.lang.ClassLoader getClassLoader()
VaadinServicenull indicates that the default class
loader should be used.
getClassLoader in interface VaadinServicenullpublic java.util.Iterator<AddonContextListener> getAddonContextListeners()
getAddonContextListeners in interface VaadinServicepublic void setAddonContext(AddonContext addonContext)
setAddonContext in interface VaadinServicepublic AddonContext getAddonContext()
getAddonContext in interface VaadinServicepublic VaadinSession getVaadinSession(WrappedRequest request)
VaadinService
getVaadinSession in interface VaadinServicerequest - the request to get a vaadin session for.
null if no
session is found and this is a request for which a new session
shouldn't be created.VaadinSession
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||