Class SetWebEnvEntryCommand

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="set-web-env-entry")
    @PerLookup
    public class SetWebEnvEntryCommand
    extends WebEnvEntryCommand
    Sets the value of an env-entry customization for a web application.
    Author:
    tjquinn
    • Constructor Detail

      • SetWebEnvEntryCommand

        public SetWebEnvEntryCommand()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext context)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Parameters:
        context - information