public interface ApplicationExtension
extends javax.servlet.Servlet
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
excludes()
Returns the set of request paths that should be excluded from request management.
|
void |
init(ApplicationContext context)
Initialises the extensions with the context of the application.
|
String |
mapping()
Returns the mapping of this extension.
|
String |
name()
Returns the name of this extension.
|
void init(ApplicationContext context) throws Exception
context - the application contextException - if the extension cannot be initialisedString name()
String mapping()
Copyright © 2014. All Rights Reserved.