Class Base
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
us.irdev.bedrock.service.Base
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
public class Base
extends jakarta.servlet.http.HttpServlet
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
protected EventFilterHandler
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
doGet
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) void
doOptions
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) void
doPost
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) protected String
escapeLine
(String line) static Object
getAttribute
(String key) static String
protected BagObject
static jakarta.servlet.ServletContext
getName()
protected BagObject
void
handleEventHelp
(Event event) void
handleEventLock
(Event event) void
handleEventLogFile
(Event event) void
handleEventMultiple
(Event event) void
handleEventOk
(Event event) void
handleEventVersion
(Event event) void
init
(jakarta.servlet.ServletConfig config) boolean
void
service
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) static Object
setAttribute
(String key, Object value) protected String
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doPut, doTrace, getLastModified, service
Methods inherited from class jakarta.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
CONTENT_TYPE
- See Also:
-
DESCRIPTION
- See Also:
-
DISPLAY_NAME
- See Also:
-
ERROR
- See Also:
-
EVENT
- See Also:
-
EVENTS
- See Also:
-
EXAMPLE
- See Also:
-
HELP
- See Also:
-
MULTIPLE
- See Also:
-
NAME
- See Also:
-
OK
- See Also:
-
PARAMETERS
- See Also:
-
POM_NAME
- See Also:
-
POM_VERSION
- See Also:
-
QUERY
- See Also:
-
REQUIRED
- See Also:
-
RESPONSE
- See Also:
-
RESPONSE_TIME_NS
- See Also:
-
SERVLET
- See Also:
-
STATUS
- See Also:
-
STRICT
- See Also:
-
VERSION
- See Also:
-
SCHEMA
- See Also:
-
EVENT_FILTER
- See Also:
-
LOG_FILE
- See Also:
-
TIMESTAMP
- See Also:
-
LEVEL
- See Also:
-
METHOD
- See Also:
-
MESSAGE
- See Also:
-
LINE_COUNT
- See Also:
-
LOCK
- See Also:
-
eventFilterHandler
-
-
Constructor Details
-
Base
protected Base() -
Base
-
-
Method Details
-
getContext
public static jakarta.servlet.ServletContext getContext() -
getAttribute
-
setAttribute
-
getBedrockVersion
-
getSchema
-
getConfiguration
-
getName
-
getVersion
-
init
public void init(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException - Specified by:
init
in interfacejakarta.servlet.Servlet
- Overrides:
init
in classjakarta.servlet.http.HttpServlet
- Throws:
jakarta.servlet.ServletException
-
destroy
public void destroy()- Specified by:
destroy
in interfacejakarta.servlet.Servlet
- Overrides:
destroy
in classjakarta.servlet.GenericServlet
-
service
public void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException - Overrides:
service
in classjakarta.servlet.http.HttpServlet
- Throws:
jakarta.servlet.ServletException
IOException
-
doGet
public void doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException - Overrides:
doGet
in classjakarta.servlet.http.HttpServlet
- Throws:
IOException
-
doPost
public void doPost(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException - Overrides:
doPost
in classjakarta.servlet.http.HttpServlet
- Throws:
IOException
-
doOptions
public void doOptions(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException - Overrides:
doOptions
in classjakarta.servlet.http.HttpServlet
- Throws:
jakarta.servlet.ServletException
IOException
-
install
-
handleEventOk
-
handleEventLock
-
handleEventHelp
-
handleEventVersion
-
escapeLine
-
unbox
-
handleEventLogFile
- Throws:
IOException
-
handleEventMultiple
-