Package com.groiss.servlet


package com.groiss.servlet
Servlet related classes.
  • Class
    Description
    This annotation describes the access of a web method, it is either Public (everybody has access), or User (logged in users have access), or Admin (= part of the administration).
    The values for the access mode.
    This annotation signifies that a method is being exempted from the referer check.
    The interface HttpdAuth defines the authentification interface, application programmers can provide their own class implementing their authentification policy.
    Utility class for dealing with special cases in the area of the HTTP protocol.
    A wrapper of HttpServletRequest with additional methods to handle files and adding and removing parameters.
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Access instead
    Utility methods to use in servlets.
    This interface defines the authentification interface when accessing DMS elements via WebDAV.