Class XslCacheProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class XslCacheProcessActionHandler
    extends ProcessActionHandler<Source>
    Responsible for handling requests for adding, updating, enabling, clearing and deleting caches. This process action handler calls the framework CacheManager API to perform these tasks.
    Since:
    4.0.0
    Version:
    $Revision: 17104 $ $Date: 2015-03-17 18:18:33 -0300 (Tue, 17 Mar 2015) $
    • Constructor Detail

      • XslCacheProcessActionHandler

        public XslCacheProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException