Java org.springframework.web.servlet FrameworkServlet fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet FrameworkServlet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet FrameworkServlet.

The text is from its open source code.

Subclass

org.springframework.web.servlet.FrameworkServlet has subclasses.
Click this link to see all its subclasses.

Field

ClassDEFAULT_CONTEXT_CLASS
Default context class for FrameworkServlet.
StringSERVLET_CONTEXT_PREFIX
Prefix for the ServletContext attribute for the WebApplicationContext.

Method

ServletContextgetServletContext()
Returns a reference to the ServletContext in which this servlet is running.
StringgetServletContextAttributeName()
Return the ServletContext attribute name for this servlet's WebApplicationContext.
StringgetServletName()
Overridden method that simply returns null when no ServletConfig set yet.