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)
HttpServletRequestAwareIFsetRequest in interface HttpServletRequestAwareIFpublic boolean isClassifiable(TopicIF topic)
ClassifyPluginIFisClassifiable in interface ClassifyPluginIFpublic ClassifiableContentIF getClassifiableContent(TopicIF topic)
ClassifyPluginIFgetClassifiableContent in interface ClassifyPluginIFprotected String getResolvedPaperPath()