Uses of Class
com.vaadin.shared.communication.URLReference
-
Packages that use URLReference Package Description com.vaadin.client.communication com.vaadin.server com.vaadin.shared.communication com.vaadin.shared.ui com.vaadin.shared.ui.loginform -
-
Uses of URLReference in com.vaadin.client.communication
Subclasses of URLReference in com.vaadin.client.communication Modifier and Type Class Description class
TranslatedURLReference
A URLReference implementation which does late URL translation to be able to re-translate URLs if e.g. the theme changesMethods in com.vaadin.client.communication that return URLReference Modifier and Type Method Description URLReference
URLReference_Serializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)
Methods in com.vaadin.client.communication with parameters of type URLReference Modifier and Type Method Description elemental.json.JsonValue
URLReference_Serializer. serialize(URLReference value, ApplicationConnection connection)
-
Uses of URLReference in com.vaadin.server
Subclasses of URLReference in com.vaadin.server Modifier and Type Class Description class
ResourceReference
Methods in com.vaadin.server with parameters of type URLReference Modifier and Type Method Description static Resource
ResourceReference. getResource(URLReference reference)
-
Uses of URLReference in com.vaadin.shared.communication
Fields in com.vaadin.shared.communication with type parameters of type URLReference Modifier and Type Field Description Map<String,URLReference>
SharedState. resources
The automatically managed resources used by the connector. -
Uses of URLReference in com.vaadin.shared.ui
Fields in com.vaadin.shared.ui with type parameters of type URLReference Modifier and Type Field Description List<URLReference>
AbstractMediaState. sources
-
Uses of URLReference in com.vaadin.shared.ui.loginform
Fields in com.vaadin.shared.ui.loginform declared as URLReference Modifier and Type Field Description URLReference
LoginFormState. loginResource
-