Class RobotsTxtUserAgentNameProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class RobotsTxtUserAgentNameProcessActionHandler
    extends ProcessActionHandler<Source>
    Process Action Handler that validates duplicate user agent names.
    Since:
    5.0.0
    Version:
    $Revision: 23281 $ $Date: 2019-10-15 17:55:52 -0300 (Tue, 15 Oct 2019) $
    • Constructor Detail

      • RobotsTxtUserAgentNameProcessActionHandler

        public RobotsTxtUserAgentNameProcessActionHandler()
    • 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