- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class ResourceReferenceHandlerServlet
extends javax.servlet.http.HttpServlet
Handles any Resource Reference discovered by the Routing Filter and put in the HTTP Request. Any module who wish to
add a new Resource Type in the XWiki URL simply needs to register a Handler component (of role
ResourceReferenceHandler
) and any URL matching the corresponding ResourceType
will
be handled.
- Since:
- 7.1M1
- Version:
- $Id: c0b733882a84698184757cd624b0407eab8fc687 $
- See Also:
- Serialized Form