summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/service
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-12-01 15:00:49 +0000
committerHenri Sara <henri.sara@itmill.com>2009-12-01 15:00:49 +0000
commitd2240c3ace8ebca936037c5fbac1a0cc18e8937b (patch)
tree62863021126a2ccffc55b63adb99cc32a1145692 /src/com/vaadin/service
parente14e35cc2cce369bee90445618354cf97af89ac5 (diff)
downloadvaadin-framework-d2240c3ace8ebca936037c5fbac1a0cc18e8937b.tar.gz
vaadin-framework-d2240c3ace8ebca936037c5fbac1a0cc18e8937b.zip
#3117 inter-portlet event support (JSR-286), some support for custom portlet actions
svn changeset:10119/svn branch:6.2
Diffstat (limited to 'src/com/vaadin/service')
-rw-r--r--src/com/vaadin/service/ApplicationContext.java8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/com/vaadin/service/ApplicationContext.java b/src/com/vaadin/service/ApplicationContext.java
index ab201a4bd4..3d2c76c8d0 100644
--- a/src/com/vaadin/service/ApplicationContext.java
+++ b/src/com/vaadin/service/ApplicationContext.java
@@ -71,6 +71,10 @@ public interface ApplicationContext extends Serializable {
* Generate a URL that can be used as the relative location of e.g. an
* {@link ApplicationResource}.
*
+ * This method should only be called from the processing of a UIDL request,
+ * not from a background thread. The return value is null if used outside a
+ * suitable request.
+ *
* @deprecated this is subject to change/removal from the interface
*
* @param resource
@@ -84,7 +88,7 @@ public interface ApplicationContext extends Serializable {
/**
* Tests if a URL is for an application resource (APP/...).
- *
+ *
* @deprecated this is subject to change/removal from the interface
*
* @param context
@@ -99,7 +103,7 @@ public interface ApplicationContext extends Serializable {
* the one that was given to
* {@link #generateApplicationResourceURL(ApplicationResource, String)} when
* creating the URL.
- *
+ *
* @deprecated this is subject to change/removal from the interface
*
* @param context