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()StringgetName()intgetOrder()TgetResource()Set<String>getUrlPatterns()
-