com.atlassian.confluence.rpc.soap
Class BogusServletConfig

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.BogusServletConfig
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class BogusServletConfig
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

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.


Constructor Summary
BogusServletConfig(javax.servlet.ServletConfig wrappedContext, java.util.Map initParameters)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
static javax.servlet.ServletConfig makeProxy(javax.servlet.ServletConfig wrappedContext, java.util.Map initParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BogusServletConfig

public BogusServletConfig(javax.servlet.ServletConfig wrappedContext,
                          java.util.Map initParameters)
Method Detail

makeProxy

public static javax.servlet.ServletConfig makeProxy(javax.servlet.ServletConfig wrappedContext,
                                                    java.util.Map initParameters)

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.