net.ontopia.topicmaps.classify
Class ConferencePlugin

java.lang.Object
  extended by net.ontopia.topicmaps.classify.ConferencePlugin
All Implemented Interfaces:
ClassifyPluginIF, HttpServletRequestAwareIF

public class ConferencePlugin
extends java.lang.Object
implements ClassifyPluginIF, HttpServletRequestAwareIF

INTERNAL:


Constructor Summary
ConferencePlugin()
           
 
Method Summary
 ClassifiableContentIF getClassifiableContent(TopicIF topic)
          INTERNAL: Returns the classifiable content for the given topic.
protected  java.lang.String getResolvedPaperPath()
           
 boolean isClassifiable(TopicIF topic)
          INTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.
 void setRequest(javax.servlet.http.HttpServletRequest request)
          INTERNAL: Callback method handing over the current servlet request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConferencePlugin

public ConferencePlugin()
Method Detail

setRequest

public void setRequest(javax.servlet.http.HttpServletRequest request)
Description copied from interface: HttpServletRequestAwareIF
INTERNAL: Callback method handing over the current servlet request. This method will be called once per HTTP request.

Specified by:
setRequest in interface HttpServletRequestAwareIF

isClassifiable

public boolean isClassifiable(TopicIF topic)
Description copied from interface: ClassifyPluginIF
INTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.

Specified by:
isClassifiable in interface ClassifyPluginIF

getClassifiableContent

public ClassifiableContentIF getClassifiableContent(TopicIF topic)
Description copied from interface: ClassifyPluginIF
INTERNAL: Returns the classifiable content for the given topic.

Specified by:
getClassifiableContent in interface ClassifyPluginIF

getResolvedPaperPath

protected java.lang.String getResolvedPaperPath()


Copyright © 2000-2012 Ontopia.