Example usage for Java com.vaadin.server VaadinServletService fields, constructors, methods, implement or subclass
The text is from its open source code.
Registration | addSessionInitListener(SessionInitListener listener) Adds a listener that gets notified when a new Vaadin service session is initialized for this service. |
String | getCancelingRelativePath(String pathToCancel) Gets a relative path that cancels the provided path. |
VaadinServletResponse | getCurrentResponse() |
HttpServletRequest | getCurrentServletRequest() |
DeploymentConfiguration | getDeploymentConfiguration() Gets the deployment configuration. |
void | init() Initializes this service. |
void | setSystemMessagesProvider(SystemMessagesProvider systemMessagesProvider) Sets the system messages provider to use for getting system messages to display to users of this service. |