@ProviderType
public interface InactiveRequestHandler
Modifier and Type | Method and Description |
---|---|
default boolean |
isShowInactiveRequestMessage() |
void |
processInactiveRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String messageKey) |
default boolean isShowInactiveRequestMessage()
void processInactiveRequest(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.String messageKey) throws java.io.IOException
java.io.IOException