com.evolveum.midpoint.web.component.login
Class FlagImageResource

java.lang.Object
  extended by org.apache.wicket.request.resource.AbstractResource
      extended by org.apache.wicket.request.resource.DynamicImageResource
          extended by com.evolveum.midpoint.web.component.login.FlagImageResource
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.request.resource.caching.IStaticCacheableResource, org.apache.wicket.request.resource.IResource

public class FlagImageResource
extends org.apache.wicket.request.resource.DynamicImageResource
implements org.apache.wicket.request.resource.caching.IStaticCacheableResource

Author:
lazyman
See Also:
Serialized Form

Nested Class Summary
static class FlagImageResource.CacheKey
           
 
Nested classes/interfaces inherited from class org.apache.wicket.request.resource.AbstractResource
org.apache.wicket.request.resource.AbstractResource.ResourceResponse, org.apache.wicket.request.resource.AbstractResource.WriteCallback
 
Nested classes/interfaces inherited from interface org.apache.wicket.request.resource.IResource
org.apache.wicket.request.resource.IResource.Attributes
 
Field Summary
 
Fields inherited from class org.apache.wicket.request.resource.AbstractResource
INTERNAL_HEADERS
 
Constructor Summary
FlagImageResource(URL url)
           
 
Method Summary
 org.apache.wicket.util.resource.IResourceStream getCacheableResourceStream()
           
 Serializable getCacheKey()
           
protected  byte[] getImageData(org.apache.wicket.request.resource.IResource.Attributes attributes)
           
 
Methods inherited from class org.apache.wicket.request.resource.DynamicImageResource
configureResponse, getFormat, newResourceResponse, setFormat, setLastModifiedTime, toImageData
 
Methods inherited from class org.apache.wicket.request.resource.AbstractResource
configureCache, flushResponseAfterHeaders, getCachingStrategy, respond, setResponseHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.wicket.request.resource.IResource
respond
 

Constructor Detail

FlagImageResource

public FlagImageResource(URL url)
Method Detail

getImageData

protected byte[] getImageData(org.apache.wicket.request.resource.IResource.Attributes attributes)
Specified by:
getImageData in class org.apache.wicket.request.resource.DynamicImageResource

getCacheKey

public Serializable getCacheKey()
Specified by:
getCacheKey in interface org.apache.wicket.request.resource.caching.IStaticCacheableResource

getCacheableResourceStream

public org.apache.wicket.util.resource.IResourceStream getCacheableResourceStream()
Specified by:
getCacheableResourceStream in interface org.apache.wicket.request.resource.caching.IStaticCacheableResource


Copyright © 2013 evolveum. All Rights Reserved.