Uses of Class
org.hippoecm.frontend.resource.JcrResourceStream
Packages that use JcrResourceStream
Package
Description
-
Uses of JcrResourceStream in org.hippoecm.frontend.plugins.standards.icon
Method parameters in org.hippoecm.frontend.plugins.standards.icon with type arguments of type JcrResourceStreamModifier and TypeMethodDescriptionstatic 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 JcrResourceStreamModifierConstructorDescriptionCachedJcrImage
(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