Author: ivaynberg
Date: Sat Apr 25 18:45:23 2009
New Revision: 768578
URL: http://svn.apache.org/viewvc?rev=768578&view=rev
Log:
WICKET-2233, clarify javadoc
Issue: WICKET-2233
Modified:
wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IPageSettings.java
Modified:
wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IPageSettings.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IPageSettings.java?rev=768578&r1=768577&r2=768578&view=diff
==============================================================================
---
wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IPageSettings.java
(original)
+++
wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IPageSettings.java
Sat Apr 25 18:45:23 2009
@@ -18,9 +18,11 @@
import java.util.List;
+import org.apache.wicket.Application;
import org.apache.wicket.markup.html.WebPage;
import org.apache.wicket.markup.resolver.AutoComponentResolver;
import org.apache.wicket.markup.resolver.IComponentResolver;
+import org.apache.wicket.protocol.http.SecondLevelCacheSessionStore;
/**
@@ -90,6 +92,12 @@
* {...@link WebPage}'s internals for the implementation. </strong>
* </p>
*
+ * NOTE:
+ *
+ * When Wicket is used with {...@link SecondLevelCacheSessionStore},
this store may disable this
+ * feature. See the javadoc of the second level store for details. This
feature can be reenabled
+ * by calling this method from {...@link Application#init}
+ *
* @param automaticMultiWindowSupport
* Whether Wicket should try to support multiple windows
transparently
*/