Class BoxUnregisterInterceptor

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.BoxUnregisterInterceptor
Direct Known Subclasses:
BoxUnregisterRequestInterceptor

@BoxBIF public class BoxUnregisterInterceptor extends BIF
  • Field Details

  • Constructor Details

    • BoxUnregisterInterceptor

      public BoxUnregisterInterceptor()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      UnRegisters a global interceptor from all or specific states
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation