@IbisInitializer public class Servlet extends nextapp.echo2.webcontainer.WebContainerServlet implements DynamicRegistration.Servlet
nextapp.echo2.webrender.WebRenderServlet.MultipartRequestWrapper
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
DISABLE_CACHING, SERVICE_ID_DEFAULT, SERVICE_ID_NEW_INSTANCE, SERVICE_ID_PARAMETER, SERVICE_ID_SESSION_EXPIRED
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES
Constructor and Description |
---|
Servlet() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAccessGrantingRoles()
The default authorization roles giving access to the
Servlet , or null to disable. |
String |
getName()
Name of the to-be implemented class
|
String |
getUrlMapping()
The URL the
Servlet should be mapped to. |
nextapp.echo2.app.ApplicationInstance |
newApplicationInstance() |
doGet, doPost, getActiveConnection, getMultipartRequestWrapper, getServiceRegistry, process, setMultipartRequestWrapper
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEnabled
loadOnStartUp
public nextapp.echo2.app.ApplicationInstance newApplicationInstance()
newApplicationInstance
in class nextapp.echo2.webcontainer.WebContainerServlet
Echo2Application.initBean()
public String getUrlMapping()
DynamicRegistration.Servlet
Servlet
should be mapped to.
This value may be overridden by setting property servlet.servlet-name.urlMapping
to change path the servlet listens togetUrlMapping
in interface DynamicRegistration.Servlet
public String getName()
DynamicRegistration
getName
in interface DynamicRegistration
public String[] getAccessGrantingRoles()
DynamicRegistration.Servlet
Servlet
, or null
to disable.
This value may be overridden by setting property servlet.servlet-name.securityRoles
to the roles that should be granted access.
see ServletManager for more information.getAccessGrantingRoles
in interface DynamicRegistration.Servlet
Copyright © 2023 Frank!Framework. All rights reserved.