Author: ivaynberg
Date: Mon Aug 31 16:08:57 2009
New Revision: 809647

URL: http://svn.apache.org/viewvc?rev=809647&view=rev
Log:
protected getter for webapplication

Modified:
    
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java

Modified: 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java?rev=809647&r1=809646&r2=809647&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java
 (original)
+++ 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java
 Mon Aug 31 16:08:57 2009
@@ -178,6 +178,18 @@
                }
        }
 
+
+       /**
+        * Gets webApplication managed by this filter
+        * 
+        * @return webApplication
+        */
+       protected WebApplication getWebApplication()
+       {
+               return webApplication;
+       }
+
+
        /**
         * As per {...@link javax.servlet.Filter#doFilter}, is called by the 
container each time a
         * request/response pair is passed through the chain due to a client 
request for a resource at


Reply via email to