public class

BogusServletConfig

extends Object
implements InvocationHandler
java.lang.Object
   ↳ com.atlassian.confluence.rpc.soap.BogusServletConfig

Class Overview

Apparently, if you put anything in the servlet context that the glue servlet doesn't want to be there, such as a "springComponentName" parameter, the Glue servlet goes berko and refuses to serve anything.

Summary

Public Constructors
BogusServletConfig(ServletConfig wrappedContext, Map initParameters)
Public Methods
Object invoke(Object proxy, Method method, Object[] args)
static ServletConfig makeProxy(ServletConfig wrappedContext, Map initParameters)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.reflect.InvocationHandler

Public Constructors

public BogusServletConfig (ServletConfig wrappedContext, Map initParameters)

Public Methods

public Object invoke (Object proxy, Method method, Object[] args)

Throws
Throwable

public static ServletConfig makeProxy (ServletConfig wrappedContext, Map initParameters)