Package org.gluu.oxtrust.servlet
Class LogoImageServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.gluu.oxtrust.servlet.LogoImageServlet
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
@WebServlet(urlPatterns="/servlet/logo") public class LogoImageServlet extends javax.servlet.http.HttpServlet
Servlet to upload organization logo- Author:
- Yuriy Movchan Date: 11.16.2010, Mougang Gasmyr Date: 13.06.2019
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BASE_OXTRUST_LOGO_PATH
-
Constructor Summary
Constructors Constructor Description LogoImageServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
BASE_OXTRUST_LOGO_PATH
public static final java.lang.String BASE_OXTRUST_LOGO_PATH
- See Also:
- Constant Field Values
-
-