Uses of Class
com.vaadin.flow.server.VaadinSessionState
-
Packages that use VaadinSessionState Package Description com.vaadin.flow.server -
-
Uses of VaadinSessionState in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return VaadinSessionState Modifier and Type Method Description VaadinSessionState
VaadinSession. getState()
Returns the lifecycle state of this session.static VaadinSessionState
VaadinSessionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VaadinSessionState[]
VaadinSessionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.server with parameters of type VaadinSessionState Modifier and Type Method Description protected void
VaadinSession. setState(VaadinSessionState state)
Sets the lifecycle state of this session.
-