|
||||||||||
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.plugin.impl.NullPlugin
public class NullPlugin
A plugin that can handle nothing. This is the default plugin.
Field Summary |
---|
Fields inherited from class org.openxri.config.impl.AbstractComponent |
---|
properties |
Constructor Summary | |
---|---|
NullPlugin(java.util.Properties properties)
|
Method Summary | |
---|---|
void |
init()
A server component is constructed by the ComponentRegistry by passing a Properties object to its constructor and then calling this init() method. |
boolean |
processCustomRequest(javax.servlet.http.HttpServletRequest oReq,
javax.servlet.http.HttpServletResponse oResp)
Process a request that is not an XRI lookup |
void |
shutdown()
|
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 NullPlugin(java.util.Properties properties)
Method Detail |
---|
public void init()
Component
init
in interface Component
public boolean processCustomRequest(javax.servlet.http.HttpServletRequest oReq, javax.servlet.http.HttpServletResponse oResp) throws java.io.IOException
Plugin
processCustomRequest
in interface Plugin
java.io.IOException
public void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |