T - type of the registrationpublic class RegistrationMappingDescription<T extends javax.servlet.Registration>
extends java.lang.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 |
|---|---|
java.lang.String |
getClassName()
Returns the class name of the registered Filter or Servlet.
|
java.lang.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 java.lang.String getName()
public java.lang.String getClassName()
protected final T getRegistration()