Uses of Class
com.vaadin.flow.server.AbstractStreamResource
-
Packages that use AbstractStreamResource Package Description com.vaadin.flow.dom com.vaadin.flow.dom.impl com.vaadin.flow.internal.nodefeature com.vaadin.flow.server -
-
Uses of AbstractStreamResource in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type AbstractStreamResource Modifier and Type Method Description ElementElement. setAttribute(String attribute, AbstractStreamResource resource)Sets the given attribute to the givenStreamResourcevalue.voidElementStateProvider. setAttribute(StateNode node, String attribute, AbstractStreamResource resource)Sets the given attribute to the givenStreamResourcevalue. -
Uses of AbstractStreamResource in com.vaadin.flow.dom.impl
Methods in com.vaadin.flow.dom.impl with parameters of type AbstractStreamResource Modifier and Type Method Description voidAbstractTextElementStateProvider. setAttribute(StateNode node, String attribute, AbstractStreamResource resource)voidBasicElementStateProvider. setAttribute(StateNode node, String attribute, AbstractStreamResource receiver)voidShadowRootStateProvider. setAttribute(StateNode node, String attribute, AbstractStreamResource resource) -
Uses of AbstractStreamResource in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature with parameters of type AbstractStreamResource Modifier and Type Method Description voidElementAttributeMap. setResource(String attribute, AbstractStreamResource resource)Sets the given attribute to the givenStreamResourcevalue. -
Uses of AbstractStreamResource in com.vaadin.flow.server
Subclasses of AbstractStreamResource in com.vaadin.flow.server Modifier and Type Class Description classStreamReceiverRepresents a receiver for data upload from the client.classStreamResourceRepresents dynamically generated data.Methods in com.vaadin.flow.server with type parameters of type AbstractStreamResource Modifier and Type Method Description <T extends AbstractStreamResource>
Optional<T>StreamResourceRegistry. getResource(Class<T> type, URI uri)Get a registered resource of given type.Methods in com.vaadin.flow.server that return AbstractStreamResource Modifier and Type Method Description AbstractStreamResourceStreamRegistration. getResource()Get the stream resource whose registration result is represented by thisStreamRegistrationinstance.AbstractStreamResourceAbstractStreamResource. setCacheTime(long cacheTime)Set cache time in millis.Methods in com.vaadin.flow.server that return types with arguments of type AbstractStreamResource Modifier and Type Method Description Optional<AbstractStreamResource>StreamResourceRegistry. getResource(URI uri)Get a registered resource for givenURI.Methods in com.vaadin.flow.server with parameters of type AbstractStreamResource Modifier and Type Method Description URIStreamResourceRegistry. getTargetURI(AbstractStreamResource resource)Returns the URI path to the given resource in the context of this registry (relevant in portlet context).static URIStreamResourceRegistry. getURI(AbstractStreamResource resource)Gets the URI for the givenresource.StreamRegistrationStreamResourceRegistry. registerResource(AbstractStreamResource resource)Registers a stream resource in the session and returns registration handler.
-