tmp
This commit is contained in:
@@ -75,27 +75,27 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ServletContext getContext(String uripath) {
|
public ServletContext getContext(String uripath) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container1");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMajorVersion() {
|
public int getMajorVersion() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container2");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMinorVersion() {
|
public int getMinorVersion() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container3");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getEffectiveMajorVersion() {
|
public int getEffectiveMajorVersion() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container4");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getEffectiveMinorVersion() {
|
public int getEffectiveMinorVersion() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container5");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -105,12 +105,12 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Set<String> getResourcePaths(String path) {
|
public Set<String> getResourcePaths(String path) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container6");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public URL getResource(String path) throws MalformedURLException {
|
public URL getResource(String path) throws MalformedURLException {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container7");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -120,12 +120,12 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public RequestDispatcher getRequestDispatcher(String path) {
|
public RequestDispatcher getRequestDispatcher(String path) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container8");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public RequestDispatcher getNamedDispatcher(String name) {
|
public RequestDispatcher getNamedDispatcher(String name) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container9");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -140,7 +140,7 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRealPath(String path) {
|
public String getRealPath(String path) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container10");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -158,7 +158,7 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean setInitParameter(String name, String value) {
|
public boolean setInitParameter(String name, String value) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container11");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -172,17 +172,17 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void removeAttribute(String name) {
|
public void removeAttribute(String name) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container12");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getServletContextName() {
|
public String getServletContextName() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container13");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Dynamic addServlet(String servletName, String className) {
|
public Dynamic addServlet(String servletName, String className) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container14");
|
||||||
}
|
}
|
||||||
|
|
||||||
Map<String, ServletRegistration> registrations = new HashMap<>();
|
Map<String, ServletRegistration> registrations = new HashMap<>();
|
||||||
@@ -197,17 +197,17 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Dynamic addServlet(String servletName, Class<? extends Servlet> servletClass) {
|
public Dynamic addServlet(String servletName, Class<? extends Servlet> servletClass) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container15");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Dynamic addJspFile(String jspName, String jspFile) {
|
public Dynamic addJspFile(String jspName, String jspFile) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container16");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public <T extends Servlet> T createServlet(Class<T> c) throws ServletException {
|
public <T extends Servlet> T createServlet(Class<T> c) throws ServletException {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container17");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -222,7 +222,7 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public FilterRegistration.Dynamic addFilter(String filterName, String className) {
|
public FilterRegistration.Dynamic addFilter(String filterName, String className) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container18");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -249,7 +249,7 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public <T extends Filter> T createFilter(Class<T> c) throws ServletException {
|
public <T extends Filter> T createFilter(Class<T> c) throws ServletException {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container19");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -264,27 +264,27 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public SessionCookieConfig getSessionCookieConfig() {
|
public SessionCookieConfig getSessionCookieConfig() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container20");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setSessionTrackingModes(Set<SessionTrackingMode> sessionTrackingModes) {
|
public void setSessionTrackingModes(Set<SessionTrackingMode> sessionTrackingModes) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container21");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Set<SessionTrackingMode> getDefaultSessionTrackingModes() {
|
public Set<SessionTrackingMode> getDefaultSessionTrackingModes() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container22");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Set<SessionTrackingMode> getEffectiveSessionTrackingModes() {
|
public Set<SessionTrackingMode> getEffectiveSessionTrackingModes() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container23");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void addListener(String className) {
|
public void addListener(String className) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container24");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -295,61 +295,61 @@ public class ProxyServletContext implements ServletContext {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void addListener(Class<? extends EventListener> listenerClass) {
|
public void addListener(Class<? extends EventListener> listenerClass) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container25");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public <T extends EventListener> T createListener(Class<T> c) throws ServletException {
|
public <T extends EventListener> T createListener(Class<T> c) throws ServletException {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container26");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public JspConfigDescriptor getJspConfigDescriptor() {
|
public JspConfigDescriptor getJspConfigDescriptor() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container27");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ClassLoader getClassLoader() {
|
public ClassLoader getClassLoader() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container28");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void declareRoles(String... roleNames) {
|
public void declareRoles(String... roleNames) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container29");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getVirtualServerName() {
|
public String getVirtualServerName() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container30");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getSessionTimeout() {
|
public int getSessionTimeout() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container31");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setSessionTimeout(int sessionTimeout) {
|
public void setSessionTimeout(int sessionTimeout) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container32");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRequestCharacterEncoding() {
|
public String getRequestCharacterEncoding() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container33");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setRequestCharacterEncoding(String encoding) {
|
public void setRequestCharacterEncoding(String encoding) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container34");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getResponseCharacterEncoding() {
|
public String getResponseCharacterEncoding() {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container35");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setResponseCharacterEncoding(String encoding) {
|
public void setResponseCharacterEncoding(String encoding) {
|
||||||
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
|
throw new UnsupportedOperationException("This ServletContext does not represent a running web container36");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user