Interface InactiveRequestHandler
@ProviderType
public interface InactiveRequestHandler
- Author:
- Drew Brokke
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
void
processInactiveRequest
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String messageKey)
-
Method Details
-
isShowInactiveRequestMessage
default boolean isShowInactiveRequestMessage() -
processInactiveRequest
void processInactiveRequest(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String messageKey) throws IOException - Throws:
IOException
-