Package | Description |
---|---|
org.hippoecm.frontend.plugins.standards.icon | |
org.hippoecm.frontend.plugins.standards.image | |
org.hippoecm.frontend.resource |
Modifier and Type | Method and 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 an
IModel . |
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 an
IModel . |
Constructor and 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) |
Constructor and Description |
---|
JcrResource(JcrResourceStream stream) |
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.