T
- type of the registrationpublic class RegistrationMappingDescription<T extends Registration> extends Object
Registration
.Constructor and Description |
---|
RegistrationMappingDescription(T registration)
Creates a new
RegistrationMappingDescription derived from the given
registration and with the given predicate . |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the class name of the registered Filter or Servlet.
|
String |
getName()
Returns the name of the registered Filter or Servlet.
|
protected T |
getRegistration()
Returns the registration that is being described.
|
public RegistrationMappingDescription(T registration)
RegistrationMappingDescription
derived from the given
registration
and with the given predicate
.registration
- the registrationpublic String getName()
public String getClassName()
protected final T getRegistration()