|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxri.config.impl.AbstractComponent
org.openxri.urimapper.impl.NullURIMapper
public class NullURIMapper
Can parse nothing, appends nothing, and there's no reason to use it :)
| Field Summary |
|---|
| Fields inherited from class org.openxri.config.impl.AbstractComponent |
|---|
properties |
| Constructor Summary | |
|---|---|
NullURIMapper(java.util.Properties properties)
|
|
| 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 |
void |
init()
A server component is constructed by the ComponentRegistry by passing a Properties object to its constructor and then calling this init() method. |
URIMapperResult |
parseRequest(URIMapperRequest request)
Parses an incoming request (containing of path and query part of a URI) |
| Methods inherited from class org.openxri.config.impl.AbstractComponent |
|---|
getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openxri.config.Component |
|---|
getProperties |
| Constructor Detail |
|---|
public NullURIMapper(java.util.Properties properties)
| Method Detail |
|---|
public void init()
Component
init in interface Componentpublic URIMapperResult parseRequest(URIMapperRequest request)
URIMapper
parseRequest in interface URIMapperrequest - The path and query of the HTTP request.
public void completeURI(java.lang.StringBuffer uri,
java.lang.String namespace)
URIMapper
completeURI in interface URIMapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||