Package net.ontopia.topicmaps.classify
Interface HttpServletRequestAwareIF
-
- All Known Implementing Classes:
ConferencePlugin
public interface HttpServletRequestAwareIF
INTERNAL: Interface implemented by ClassifyPluginIFs that want access to the current HTTP request in a servlet environment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRequest(javax.servlet.http.HttpServletRequest request)
INTERNAL: Callback method handing over the current servlet request.
-