com.ibm.ram.repository.web
Class ClassificationFiles

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.ibm.ram.repository.web.ClassificationFiles
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ClassificationFiles
extends javax.servlet.http.HttpServlet

Servlet to allow non-RAM clients (e.g. those who have downloaded a RAS manifest) to access the Classification Schema's as URI in the manifest. The format of the URI will be: "http:/..../classif/xyz.xmi" where the "...." is the context path of the web server. The web.xml servlet configuration will send "http:/..../classif/" file requests over to here. So this should be called only if it expects to be a classification schema request.

Since:
1.0.0
See Also:
Serialized Form

Constructor Summary
ClassificationFiles()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassificationFiles

public ClassificationFiles()