Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647
Link copied to clipboard
open var order: Int

Functions

Link copied to clipboard
abstract fun getOrder(): Int
Link copied to clipboard
open fun isEnabled(): Boolean
Return if the registration is enabled.
Link copied to clipboard
fun onStartup(servletContext: ServletContext)
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initialization.
Link copied to clipboard
open fun setEnabled(enabled: Boolean)
Flag to indicate that the registration is enabled.