Class DeleteHttpRedirect

java.lang.Object
org.glassfish.web.admin.cli.DeleteHttpRedirect
All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand

@Service(name="delete-http-redirect") @PerLookup @ExecuteOn({DAS,INSTANCE}) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG}) public class DeleteHttpRedirect extends Object implements org.glassfish.api.admin.AdminCommand
Command to delete <http-redirect> elements within a specific protocol.
  • Constructor Details

    • DeleteHttpRedirect

      public DeleteHttpRedirect()
  • Method Details

    • execute

      public void execute(org.glassfish.api.admin.AdminCommandContext context)
      Specified by:
      execute in interface org.glassfish.api.admin.AdminCommand