Package com.vaadin.server.communication
Class PortletDummyRequestHandler
- java.lang.Object
-
- com.vaadin.server.communication.PortletDummyRequestHandler
-
- All Implemented Interfaces:
RequestHandler,Serializable
public class PortletDummyRequestHandler extends Object implements RequestHandler
Request handler which provides a dummy HTML response to any resource request with the resource id DUMMY.- Since:
- 7.1
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortletDummyRequestHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response)static booleanisDummyRequest(VaadinRequest request)
-
-
-
Method Detail
-
handleRequest
public boolean handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) throws IOException
- Specified by:
handleRequestin interfaceRequestHandler- Throws:
IOException
-
isDummyRequest
public static boolean isDummyRequest(VaadinRequest request)
-
-