Package net.ontopia.topicmaps.classify
Class ConferencePlugin
java.lang.Object
net.ontopia.topicmaps.classify.ConferencePlugin
- All Implemented Interfaces:
ClassifyPluginIF,HttpServletRequestAwareIF
INTERNAL:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClassifiableContent(TopicIF topic) INTERNAL: Returns the classifiable content for the given topic.protected StringbooleanisClassifiable(TopicIF topic) INTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.voidsetRequest(javax.servlet.http.HttpServletRequest request) INTERNAL: Callback method handing over the current servlet request.
-
Constructor Details
-
ConferencePlugin
public ConferencePlugin()
-
-
Method Details
-
setRequest
public void setRequest(javax.servlet.http.HttpServletRequest request) Description copied from interface:HttpServletRequestAwareIFINTERNAL: Callback method handing over the current servlet request. This method will be called once per HTTP request.- Specified by:
setRequestin interfaceHttpServletRequestAwareIF
-
isClassifiable
Description copied from interface:ClassifyPluginIFINTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.- Specified by:
isClassifiablein interfaceClassifyPluginIF
-
getClassifiableContent
Description copied from interface:ClassifyPluginIFINTERNAL: Returns the classifiable content for the given topic.- Specified by:
getClassifiableContentin interfaceClassifyPluginIF
-
getResolvedPaperPath
-