|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URIMapper
Provides an interface for taking the HTTP Request and mapping it to a data structure that describes the type of XRI resolution request it is. Designed to be overriden so that custom schemes can be used to
| Method Summary | |
|---|---|
void |
completeURI(java.lang.StringBuffer uri,
java.lang.String namespace)
Appends the needed namespace to the provided URI for resolution to this server |
URIMapperResult |
parseRequest(URIMapperRequest request)
Parses an incoming request (containing of path and query part of a URI) |
| Methods inherited from interface org.openxri.config.Component |
|---|
getProperties, init |
| Method Detail |
|---|
URIMapperResult parseRequest(URIMapperRequest request)
request - The path and query of the HTTP request.
void completeURI(java.lang.StringBuffer uri,
java.lang.String namespace)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||