Class PortalHandlerWorker<WebRequestType extends WebRequest>

    • Constructor Detail

      • PortalHandlerWorker

        public PortalHandlerWorker​(WebRequestType request)
    • Method Detail

      • execute

        public abstract PortalResponse execute()
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • notFound

        protected final WebException notFound​(java.lang.String message,
                                              java.lang.Object... args)
      • forbidden

        protected final WebException forbidden​(java.lang.String message,
                                               java.lang.Object... args)
      • setResponseCacheable

        protected void setResponseCacheable​(PortalResponse.Builder response,
                                            boolean isPublic)