Package com.enonic.xp.web.dispatch
Interface ResourceMapping<T>
-
- All Known Subinterfaces:
FilterMapping
,ServletMapping
public interface ResourceMapping<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getConnectors()
Map<String,String>
getInitParams()
String
getName()
int
getOrder()
T
getResource()
Set<String>
getUrlPatterns()
-