diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-12-01 15:00:49 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-12-01 15:00:49 +0000 |
commit | d2240c3ace8ebca936037c5fbac1a0cc18e8937b (patch) | |
tree | 62863021126a2ccffc55b63adb99cc32a1145692 /src/com/vaadin/service | |
parent | e14e35cc2cce369bee90445618354cf97af89ac5 (diff) | |
download | vaadin-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.java | 8 |
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 |