Package net.ontopia.topicmaps.classify
Interface HttpServletRequestAwareIF
-
- All Known Implementing Classes:
ConferencePlugin
public interface HttpServletRequestAwareIFINTERNAL: 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 voidsetRequest(javax.servlet.http.HttpServletRequest request)INTERNAL: Callback method handing over the current servlet request.
-