A B C D E F G H I L P R S U V W 
All Classes All Packages

A

ACTION - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 
addCookie(Cookie) - Method in class com.vaadin.server.VaadinPortletResponse
addPortletListener(VaadinPortletSession.PortletListener) - Method in class com.vaadin.server.VaadinPortletSession
Adds a listener for various types of portlet requests.
APP - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 
appendMainScriptTagContents(BootstrapHandler.BootstrapContext, StringBuilder) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 

B

BROWSER_DETAILS - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 

C

com.vaadin.server - package com.vaadin.server
 
com.vaadin.server.communication - package com.vaadin.server.communication
 
createDeploymentConfiguration(Properties) - Method in class com.vaadin.server.VaadinPortlet
 
createPortletService(DeploymentConfiguration) - Method in class com.vaadin.server.VaadinPortlet
 
createRequestHandlers() - Method in class com.vaadin.server.VaadinPortletService
 
createVaadinRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet
Wraps the request in a (possibly portal specific) Vaadin portlet request.
createVaadinSession(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 

D

destroy() - Method in class com.vaadin.server.VaadinPortlet
 
doDispatch(RenderRequest, RenderResponse) - Method in class com.vaadin.server.VaadinPortlet
 
DUMMY - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 

E

EVENT - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 

F

FILE_UPLOAD - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 
firePortletActionRequest(UI, ActionRequest, ActionResponse) - Method in class com.vaadin.server.VaadinPortletSession
For internal use by the framework only - API subject to change.
firePortletEventRequest(UI, EventRequest, EventResponse) - Method in class com.vaadin.server.VaadinPortletSession
For internal use by the framework only - API subject to change.
firePortletRenderRequest(UI, RenderRequest, RenderResponse) - Method in class com.vaadin.server.VaadinPortletSession
For internal use by the framework only - API subject to change.
firePortletResourceRequest(UI, ResourceRequest, ResourceResponse) - Method in class com.vaadin.server.VaadinPortletSession
For internal use by the framework only - API subject to change.

G

generateActionURL(String) - Method in class com.vaadin.server.VaadinPortletSession
Creates a new action URL.
getApplicationClass() - Method in class com.vaadin.server.LegacyVaadinPortlet
 
getApplicationParameters(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 
getAttribute(String) - Method in class com.vaadin.server.WrappedPortletSession
 
getAttribute(String, int) - Method in class com.vaadin.server.WrappedPortletSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name in the given scope.
getAttributeNames() - Method in class com.vaadin.server.WrappedPortletSession
 
getAttributeNames(int) - Method in class com.vaadin.server.WrappedPortletSession
Gets the current set of attribute names bound to this session in the given scope.
getBaseDirectory() - Method in class com.vaadin.server.VaadinPortletService
 
getCharacterEncoding() - Method in class com.vaadin.server.VaadinPortletRequest
 
getConfiguredTheme(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 
getConfiguredWidgetset(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 
getContentLength() - Method in class com.vaadin.server.VaadinPortletRequest
getContentType() - Method in class com.vaadin.server.VaadinPortletRequest
 
getCreationTime() - Method in class com.vaadin.server.WrappedPortletSession
 
getCurrent() - Static method in class com.vaadin.server.VaadinPortlet
Gets the currently used Vaadin portlet.
getCurrent() - Static method in class com.vaadin.server.VaadinPortletRequest
Gets the currently processed Vaadin portlet request.
getCurrentPortletRequest() - Static method in class com.vaadin.server.VaadinPortletRequest
Gets the currently processed portlet request.
getCurrentPortletRequest() - Static method in class com.vaadin.server.VaadinPortletService
Gets the currently processed portlet request.
getCurrentRequest() - Static method in class com.vaadin.server.VaadinPortletService
Gets the currently processed Vaadin portlet request.
getCurrentResponse() - Static method in class com.vaadin.server.VaadinPortletService
Gets the currently processed Vaadin portlet response.
getDateHeader(String) - Method in class com.vaadin.server.VaadinPortletRequest
 
getHeader(String) - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getHeader(String) - Method in class com.vaadin.server.VaadinPortletRequest
 
getHeaderNames() - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getHeaderNames() - Method in class com.vaadin.server.VaadinPortletRequest
 
getHeaders(String) - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getHeaders(String) - Method in class com.vaadin.server.VaadinPortletRequest
 
getId() - Method in class com.vaadin.server.WrappedPortletSession
 
getInputStream() - Method in class com.vaadin.server.VaadinPortletRequest
 
getLastAccessedTime() - Method in class com.vaadin.server.WrappedPortletSession
 
getMainDivId(VaadinSession, VaadinRequest, Class<? extends UI>) - Method in class com.vaadin.server.VaadinPortletService
 
getMainDivStyle(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 
getMaxInactiveInterval() - Method in class com.vaadin.server.WrappedPortletSession
 
getMethod() - Method in class com.vaadin.server.VaadinPortletRequest
 
getMimeType(String) - Method in class com.vaadin.server.VaadinPortletService
getNewApplication(PortletRequest) - Method in class com.vaadin.server.LegacyVaadinPortlet
 
getOutputStream() - Method in class com.vaadin.server.VaadinPortletResponse
getParameter(String) - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getParameterMap() - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getPathInfo() - Method in class com.vaadin.server.VaadinPortletRequest
 
getPortalProperty(String) - Method in class com.vaadin.server.VaadinPortlet.VaadinLiferayRequest
 
getPortalProperty(String) - Method in class com.vaadin.server.VaadinPortletRequest
Reads a portal property from the portal context of the Vaadin request.
getPortlet() - Method in class com.vaadin.server.VaadinPortletService
Retrieves a reference to the portlet associated with this service.
getPortletConfig() - Method in class com.vaadin.server.VaadinPortletSession
Returns the JSR-286 portlet configuration that provides access to the portlet context and init parameters.
getPortletPreference(String) - Method in class com.vaadin.server.VaadinPortletRequest
Reads a portlet preference from the portlet of the request.
getPortletRequest() - Method in class com.vaadin.server.VaadinPortletRequest
Gets the original, unwrapped portlet request.
getPortletResponse() - Method in class com.vaadin.server.VaadinPortletResponse
Gets the original, unwrapped portlet response.
getPortletSession() - Method in class com.vaadin.server.VaadinPortletSession
Returns the underlying portlet session.
getPortletSession() - Method in class com.vaadin.server.WrappedPortletSession
Gets the wrapped PortletSession.
getReader() - Method in class com.vaadin.server.VaadinPortletRequest
 
getRemoteAddr() - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getRemoteAddr() - Method in class com.vaadin.server.VaadinPortletRequest
 
getRemoteHost() - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getRemoteHost() - Method in class com.vaadin.server.VaadinPortletRequest
 
getRemotePort() - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getRemotePort() - Method in class com.vaadin.server.VaadinPortletRequest
 
getRequestType(VaadinPortletRequest) - Method in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. This is no longer used and only provided for backwards compatibility. Each RequestHandler can individually decide whether it wants to handle a request or not.
getRequestType(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
Deprecated.
As of 7.0. Will likely change or be removed in a future version
getService() - Method in class com.vaadin.server.VaadinPortlet
 
getService() - Method in class com.vaadin.server.VaadinPortletRequest
 
getService() - Method in class com.vaadin.server.VaadinPortletResponse
 
getServiceName() - Method in class com.vaadin.server.VaadinPortletService
 
getServiceUrl(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinGateInRequest
 
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
Returns the original HTTP servlet request for this portlet request.
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinLiferayRequest
 
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinWebLogicPortalRequest
 
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinWebSpherePortalRequest
 
getSessionLock(WrappedSession) - Method in class com.vaadin.server.VaadinPortletService
 
getStaticFileLocation(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 
getThemeResourceAsStream(UI, String, String) - Method in class com.vaadin.server.VaadinPortletService
 
getWrappedSession() - Method in class com.vaadin.server.VaadinPortletRequest
getWrappedSession(boolean) - Method in class com.vaadin.server.VaadinPortletRequest
getWriter() - Method in class com.vaadin.server.VaadinPortletResponse

H

handleActionRequest(ActionRequest, ActionResponse, UI) - Method in interface com.vaadin.server.VaadinPortletSession.PortletListener
 
handleEventRequest(EventRequest, EventResponse, UI) - Method in interface com.vaadin.server.VaadinPortletSession.PortletListener
 
handleRenderRequest(RenderRequest, RenderResponse, UI) - Method in interface com.vaadin.server.VaadinPortletSession.PortletListener
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PortletDummyRequestHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PortletStateAwareRequestHandler
 
handleRequest(PortletRequest, PortletResponse) - Method in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
handleResourceRequest(ResourceRequest, ResourceResponse, UI) - Method in interface com.vaadin.server.VaadinPortletSession.PortletListener
 
handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinPortletService
 
HEARTBEAT - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 

I

init(PortletConfig) - Method in class com.vaadin.server.LegacyVaadinPortlet
 
init(PortletConfig) - Method in class com.vaadin.server.VaadinPortlet
 
invalidate() - Method in class com.vaadin.server.WrappedPortletSession
 
isDummyRequest(VaadinRequest) - Static method in class com.vaadin.server.communication.PortletDummyRequestHandler
 
isInitRequest(VaadinRequest) - Method in class com.vaadin.server.communication.PortletUIInitHandler
 
isNew() - Method in class com.vaadin.server.WrappedPortletSession
 
isStandalone(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 
isUIInitRequest(VaadinRequest) - Static method in class com.vaadin.server.communication.PortletUIInitHandler
 

L

LegacyVaadinPortlet - Class in com.vaadin.server
 
LegacyVaadinPortlet() - Constructor for class com.vaadin.server.LegacyVaadinPortlet
 

P

PORTAL_PARAMETER_VAADIN_THEME - Static variable in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
PORTLET_PARAMETER_STYLE - Static variable in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
PortletBootstrapHandler - Class in com.vaadin.server.communication
 
PortletBootstrapHandler() - Constructor for class com.vaadin.server.communication.PortletBootstrapHandler
 
PortletDummyRequestHandler - Class in com.vaadin.server.communication
Request handler which provides a dummy HTML response to any resource request with the resource id DUMMY.
PortletDummyRequestHandler() - Constructor for class com.vaadin.server.communication.PortletDummyRequestHandler
 
portletInitialized() - Method in class com.vaadin.server.VaadinPortlet
 
PortletListenerNotifier - Class in com.vaadin.server.communication
Notifies VaadinPortletSession.PortletListeners of a received portlet request.
PortletListenerNotifier() - Constructor for class com.vaadin.server.communication.PortletListenerNotifier
 
PortletStateAwareRequestHandler - Class in com.vaadin.server.communication
Handler which ensures that Action and Event requests are marked as handled and do not cause a 404 to be sent.
PortletStateAwareRequestHandler() - Constructor for class com.vaadin.server.communication.PortletStateAwareRequestHandler
 
PortletUIInitHandler - Class in com.vaadin.server.communication
 
PortletUIInitHandler() - Constructor for class com.vaadin.server.communication.PortletUIInitHandler
 
preserveUIOnRefresh(UIProvider, UICreateEvent) - Method in class com.vaadin.server.VaadinPortletService
Always preserve UIs in portlets to make portlet actions work.
processAction(ActionRequest, ActionResponse) - Method in class com.vaadin.server.VaadinPortlet
 
processEvent(EventRequest, EventResponse) - Method in class com.vaadin.server.VaadinPortlet
 
PUBLISHED_FILE - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 

R

readFromHttpSession(WrappedSession) - Method in class com.vaadin.server.VaadinPortletService
 
removeAttribute(String) - Method in class com.vaadin.server.WrappedPortletSession
 
removeAttribute(String, int) - Method in class com.vaadin.server.WrappedPortletSession
Removes the object bound with the specified name and the given scope from this session.
removeFromHttpSession(WrappedSession) - Method in class com.vaadin.server.VaadinPortletService
 
removePortletListener(VaadinPortletSession.PortletListener) - Method in class com.vaadin.server.VaadinPortletSession
Removes a portlet request listener registered with VaadinPortletSession.addPortletListener(PortletListener).
RENDER - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 
requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 
RESOURCE_URL_ID - Static variable in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version

S

sendError(int, String) - Method in class com.vaadin.server.VaadinPortletResponse
 
sendPortletEvent(UI, QName, Serializable) - Method in class com.vaadin.server.VaadinPortletSession
Sends a portlet event to the indicated destination.
serveResource(ResourceRequest, ResourceResponse) - Method in class com.vaadin.server.VaadinPortlet
 
setAttribute(String, Object) - Method in class com.vaadin.server.WrappedPortletSession
 
setAttribute(String, Object, int) - Method in class com.vaadin.server.WrappedPortletSession
Binds an object to this session in the given scope, using the name specified.
setCacheTime(long) - Method in class com.vaadin.server.VaadinPortletResponse
 
setContentLength(int) - Method in class com.vaadin.server.VaadinPortletResponse
 
setContentType(String) - Method in class com.vaadin.server.VaadinPortletResponse
setDateHeader(String, long) - Method in class com.vaadin.server.VaadinPortletResponse
 
setHeader(String, String) - Method in class com.vaadin.server.VaadinPortletResponse
setMaxInactiveInterval(int) - Method in class com.vaadin.server.WrappedPortletSession
 
setNoCacheHeaders() - Method in class com.vaadin.server.VaadinPortletResponse
 
setPortletMode(UI, PortletMode) - Method in class com.vaadin.server.VaadinPortletSession
Sets the portlet mode.
setSessionLock(WrappedSession, Lock) - Method in class com.vaadin.server.VaadinPortletService
 
setSharedRenderParameter(UI, String, String) - Method in class com.vaadin.server.VaadinPortletSession
Sets a shared portlet parameter.
setStatus(int) - Method in class com.vaadin.server.VaadinPortletResponse
shouldCreateApplication(PortletRequest) - Method in class com.vaadin.server.LegacyVaadinPortlet
 
STATIC_FILE - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 
synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PortletListenerNotifier
Fires portlet request events to any VaadinPortletSession.PortletListeners registered to the given session using VaadinPortletSession.addPortletListener(PortletListener).

U

UIDL - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 
UNKNOWN - com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
 

V

VaadinGateInRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinGateInRequest
 
VaadinHttpAndPortletRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
VaadinLiferayRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinLiferayRequest
 
VaadinPortlet - Class in com.vaadin.server
Portlet 2.0 base class.
VaadinPortlet() - Constructor for class com.vaadin.server.VaadinPortlet
 
VaadinPortlet.RequestType - Enum in com.vaadin.server
Deprecated.
As of 7.0. This is no longer used and only provided for backwards compatibility. Each RequestHandler can individually decide whether it wants to handle a request or not.
VaadinPortlet.VaadinGateInRequest - Class in com.vaadin.server
Portlet request for GateIn.
VaadinPortlet.VaadinHttpAndPortletRequest - Class in com.vaadin.server
Base class for portlet requests that need access to HTTP servlet requests.
VaadinPortlet.VaadinLiferayRequest - Class in com.vaadin.server
Portlet request for Liferay.
VaadinPortlet.VaadinWebLogicPortalRequest - Class in com.vaadin.server
Portlet request for WebSphere Portal.
VaadinPortlet.VaadinWebSpherePortalRequest - Class in com.vaadin.server
Portlet request for WebSphere Portal.
VaadinPortletRequest - Class in com.vaadin.server
Wrapper for PortletRequest and its subclasses.
VaadinPortletRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortletRequest
Wraps a portlet request and an associated vaadin service
VaadinPortletResponse - Class in com.vaadin.server
Wrapper for PortletResponse and its subclasses.
VaadinPortletResponse(PortletResponse, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortletResponse
Wraps a portlet response and an associated vaadin service
VaadinPortletService - Class in com.vaadin.server
 
VaadinPortletService(VaadinPortlet, DeploymentConfiguration) - Constructor for class com.vaadin.server.VaadinPortletService
 
VaadinPortletSession - Class in com.vaadin.server
An implementation of VaadinSession for JSR-286 portlet environments.
VaadinPortletSession(VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortletSession
Create a portlet service session for the given portlet service
VaadinPortletSession.PortletListener - Interface in com.vaadin.server
Listener interface for the various types of JSR-286 portlet requests.
VaadinWebLogicPortalRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinWebLogicPortalRequest
 
VaadinWebSpherePortalRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinWebSpherePortalRequest
 
valueOf(String) - Static method in enum com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.server.VaadinPortlet.RequestType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

WrappedPortletSession - Class in com.vaadin.server
Wrapper for PortletSession.
WrappedPortletSession(PortletSession) - Constructor for class com.vaadin.server.WrappedPortletSession
Creates a new wrapped portlet session.
WRITE_AJAX_PAGE_SCRIPT_WIDGETSET_SHOULD_WRITE - Static variable in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
writeToHttpSession(WrappedSession, VaadinSession) - Method in class com.vaadin.server.VaadinPortletService
 
A B C D E F G H I L P R S U V W 
All Classes All Packages