|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationResource | |
|---|---|
| com.vaadin | The Vaadin base package. |
| com.vaadin.service | |
| com.vaadin.terminal | |
| com.vaadin.terminal.gwt.server | |
| Uses of ApplicationResource in com.vaadin |
|---|
| Methods in com.vaadin with parameters of type ApplicationResource | |
|---|---|
void |
Application.addResource(ApplicationResource resource)
Adds new resource to the application. |
String |
Application.getRelativeLocation(ApplicationResource resource)
Deprecated. this method is intended to be used by the terminal only. It may be removed or moved in the future. |
void |
Application.removeResource(ApplicationResource resource)
Removes the resource from the application. |
| Uses of ApplicationResource in com.vaadin.service |
|---|
| Methods in com.vaadin.service with parameters of type ApplicationResource | |
|---|---|
String |
ApplicationContext.generateApplicationResourceURL(ApplicationResource resource,
String urlKey)
Deprecated. this method is intended for terminal implementation only and is subject to change/removal from the interface (to AbstractCommunicationManager) |
| Uses of ApplicationResource in com.vaadin.terminal |
|---|
| Classes in com.vaadin.terminal that implement ApplicationResource | |
|---|---|
class |
ClassResource
ClassResource is a named resource accessed with the class
loader. |
class |
FileResource
FileResources are files or directories on local filesystem. |
class |
StreamResource
StreamResource is a resource provided to the client directly by
the application. |
| Uses of ApplicationResource in com.vaadin.terminal.gwt.server |
|---|
| Methods in com.vaadin.terminal.gwt.server with parameters of type ApplicationResource | |
|---|---|
String |
AbstractWebApplicationContext.generateApplicationResourceURL(ApplicationResource resource,
String mapKey)
|
String |
PortletApplicationContext2.generateApplicationResourceURL(ApplicationResource resource,
String mapKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||