Class LocalizationBundleMakeParentServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- net.anotheria.anosite.localization.AbstractLocalizationParentServlet
-
- net.anotheria.anosite.localization.LocalizationBundleMakeParentServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
@WebServlet("/MakeParentLocalizationBundle") public class LocalizationBundleMakeParentServlet extends AbstractLocalizationParentServlet- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.anotheria.anosite.localization.AbstractLocalizationParentServlet
LOGGER, resourceDataService
-
-
Constructor Summary
Constructors Constructor Description LocalizationBundleMakeParentServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoPost(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)-
Methods inherited from class net.anotheria.anosite.localization.AbstractLocalizationParentServlet
doGet, geKeyValuePairsAsString, getKeyValuePairsMap, getLocalizationValuesByLocale, writeResponse
-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, init, service, service
-
-
-
-
Method Detail
-
doPost
public void doPost(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException- Overrides:
doPostin classjakarta.servlet.http.HttpServlet- Throws:
IOException
-
-