public class ConferencePlugin extends Object implements ClassifyPluginIF, HttpServletRequestAwareIF
Constructor and Description |
---|
ConferencePlugin() |
Modifier and Type | Method and Description |
---|---|
ClassifiableContentIF |
getClassifiableContent(TopicIF topic)
INTERNAL: Returns the classifiable content for the given topic.
|
protected 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.
|
public void setRequest(javax.servlet.http.HttpServletRequest request)
HttpServletRequestAwareIF
setRequest
in interface HttpServletRequestAwareIF
public boolean isClassifiable(TopicIF topic)
ClassifyPluginIF
isClassifiable
in interface ClassifyPluginIF
public ClassifiableContentIF getClassifiableContent(TopicIF topic)
ClassifyPluginIF
getClassifiableContent
in interface ClassifyPluginIF
protected String getResolvedPaperPath()