Package com.vaadin.server.communication
Class PortletStateAwareRequestHandler
- java.lang.Object
-
- com.vaadin.server.communication.PortletStateAwareRequestHandler
-
- All Implemented Interfaces:
RequestHandler,Serializable
public class PortletStateAwareRequestHandler extends Object implements RequestHandler
Handler which ensures that Action and Event requests are marked as handled and do not cause a 404 to be sent.- Since:
- 7.1
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortletStateAwareRequestHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response)
-
-
-
Method Detail
-
handleRequest
public boolean handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) throws IOException
- Specified by:
handleRequestin interfaceRequestHandler- Throws:
IOException
-
-