Class ServiceContainerRenderRequest

    • Method Detail

      • setSaveXml

        public void setSaveXml​(boolean saveXml)
      • setPrinting

        public void setPrinting​(boolean isPrinting)
      • isClientScriptRequest

        public boolean isClientScriptRequest()
        Returns:
        Returns the isClientScriptRequest.
      • setClientScriptRequest

        public void setClientScriptRequest​(boolean clientScriptRequest)
      • isCheckForCacheEnabled

        public boolean isCheckForCacheEnabled()
      • setCheckForCacheEnabled

        public void setCheckForCacheEnabled​(boolean checkForCacheEnabled)
      • getPageCacheId

        public String getPageCacheId()
        Returns the identifier of the page cache this request renders to.
        Returns:
        the page cache identifier, or null if this request is not a page cache.
        Since:
        5.0.0
      • setPageCacheId

        public void setPageCacheId​(String pageCacheId)
        Sets the identifier of the page cache this request renders to.
        Parameters:
        pageCacheId - the page cache identifier.
        Since:
        5.0.0
      • isParameterFromProcessAction

        public boolean isParameterFromProcessAction()
      • setParameterFromProcessAction

        public void setParameterFromProcessAction​(boolean parametersAreFromProcessAction)
      • disablePathProcessing

        public void disablePathProcessing()
        Turns off the path processing of the generated HTML. The one who calls this is the responsible for
        Since:
        8.2.0
      • isProcessPaths

        public boolean isProcessPaths()
        Returns whether the processing of paths should be performed.
        Returns:
        whether the processing of paths should be performed.
        Since:
        8.2.0
      • setProcessBeforeWrites

        public void setProcessBeforeWrites​(boolean processBeforeWrites)
        Sets whether the before writes should be processed by the ServiceContainer.
        Parameters:
        processBeforeWrites - whether the before writes should be processed by the ServiceContainer.
        Since:
        7.0.0
      • isProcessBeforeWrites

        public boolean isProcessBeforeWrites()
        Returns whether the before writes should be processed by the ServiceContainer.
        Returns:
        whether the before writes should be processed by the ServiceContainer.
        Since:
        7.0.0