Uses of Class
org.hippoecm.frontend.resource.JcrResourceStream
-
Packages that use JcrResourceStream Package Description org.hippoecm.frontend.plugins.standards.icon org.hippoecm.frontend.plugins.standards.image org.hippoecm.frontend.resource -
-
Uses of JcrResourceStream in org.hippoecm.frontend.plugins.standards.icon
Method parameters in org.hippoecm.frontend.plugins.standards.icon with type arguments of type JcrResourceStream Modifier and Type Method Description static HippoIcon
HippoIcon. fromStream(String id, org.apache.wicket.model.IModel<JcrResourceStream> model)
Renders and icon/image from a JcrResourceStream which is referenced by anIModel
.static HippoIcon
HippoIcon. fromStream(String id, org.apache.wicket.model.IModel<JcrResourceStream> model, int width, int height)
Renders and icon/image from a JcrResourceStream which is referenced by anIModel
. -
Uses of JcrResourceStream in org.hippoecm.frontend.plugins.standards.image
Constructors in org.hippoecm.frontend.plugins.standards.image with parameters of type JcrResourceStream Constructor Description CachedJcrImage(String id, JcrResourceStream rs)
CachedJcrImage(String id, JcrResourceStream rs, int width, int height)
JcrImage(String id, JcrResourceStream rs)
JcrImage(String id, JcrResourceStream rs, int width, int height)
-
Uses of JcrResourceStream in org.hippoecm.frontend.resource
Constructors in org.hippoecm.frontend.resource with parameters of type JcrResourceStream Constructor Description JcrResource(JcrResourceStream stream)
-