public class Source extends Image
Image
,
Serialized FormImage.Cors
ENABLE, FLAG_INITIALIZED, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER, RFLAG_CONTAINER_DEQUEING, RFLAG_CONTAINER_HAS_REMOVALS
Modifier | Constructor and Description |
---|---|
protected |
Source(String id)
Creates a source for a picture
|
|
Source(String id,
IModel<?> model)
Creates a source for a picture
|
|
Source(String id,
IResource... imageResources)
Creates a source for a picture
|
|
Source(String id,
PageParameters resourceParameters,
ResourceReference... resourceReferences)
Creates a source for a picture
|
|
Source(String id,
ResourceReference... resourceReferences)
Creates a source for a picture
|
|
Source(String id,
String string)
Creates a source for a picture
|
Modifier and Type | Method and Description |
---|---|
Image.Cors |
getCrossOrigin()
Unsupported for source tag
|
String |
getMedia()
Gets the media attribute information
|
protected void |
onComponentTag(ComponentTag tag)
Processes the component tag.
|
void |
setCrossOrigin(Image.Cors crossorigin)
Unsupported for source tag
|
void |
setMedia(String media)
Sets the media attribute information
|
addAntiCacheParameter, buildSizesAttribute, buildSrcAttribute, buildSrcSetAttribute, canCallListener, getImageResource, getImageResourceReference, getStatelessHint, initModel, onComponentTagBody, onRequest, removeSizes, removeXValues, rendersPage, setDefaultModel, setImageResource, setImageResourceReference, setImageResourceReference, setImageResourceReferences, setImageResources, setSizes, setXValues, shouldAddAntiCacheParameter
getWebApplication, getWebPage, getWebRequest, getWebResponse, getWebSession, onRender
add, addStateChange, beforeRender, canCallListenerAfterExpiry, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, clearOriginalDestination, configure, continueToOriginalDestination, createConverter, debug, detach, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findMarkupStream, findPage, findParent, findParentWithAssociatedMarkup, get, getAjaxRegionMarkupId, getApplication, getBehaviorById, getBehaviorId, getBehaviors, getBehaviors, getClassRelativePath, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessages, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkup, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdFromMarkup, getMarkupIdImpl, getMarkupSourcingStrategy, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getRequestFlag, getResponse, getSession, getSizeInBytes, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, internalInitialize, internalOnModelChanged, internalRenderComponent, internalRenderHead, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isInitialized, isRenderAllowed, isRendering, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, newMarkupSourcingStrategy, onAfterRender, onBeforeRender, onConfigure, onDetach, onEvent, onInitialize, onModelChanged, onModelChanging, onReAdd, onRemove, redirectToInterceptPage, remove, remove, render, renderComponentTag, rendered, renderHead, renderPart, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, send, setAuto, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setIgnoreAttributeModifier, setMarkup, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setParent, setRenderBodyOnly, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, success, toString, toString, urlFor, urlFor, urlFor, urlForListener, urlForListener, visitParents, visitParents, warn, wrap
protected Source(String id)
id
- the component idImage
public Source(String id, ResourceReference... resourceReferences)
id
- the component idresourceReferences
- the resource references applied to the source in the given orderImage
public Source(String id, PageParameters resourceParameters, ResourceReference... resourceReferences)
id
- the component idresourceParameters
- the resource parameters applied to the localized image resourceresourceReferences
- the resource references applied to the source in the given orderImage
public Source(String id, IResource... imageResources)
id
- the component idimageResources
- the image resources applied to the source in the given orderImage
public Source(String id, IModel<?> model)
id
- the component idmodel
- the internally used modelComponent.Component(String, IModel)
protected void onComponentTag(ComponentTag tag)
Component
onComponentTag
in class Image
tag
- Tag to modifyComponent.onComponentTag(ComponentTag)
public void setMedia(String media)
media
- the media attribute informationpublic String getMedia()
public void setCrossOrigin(Image.Cors crossorigin)
setCrossOrigin
in class Image
crossorigin
- the cross origins settings to setpublic final Image.Cors getCrossOrigin()
getCrossOrigin
in class Image
#setCrossOrigin(Cors)}
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.