|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InputStreamProvider in org.apache.myfaces.trinidadinternal.image.cache |
---|
Methods in org.apache.myfaces.trinidadinternal.image.cache that return InputStreamProvider | |
---|---|
protected InputStreamProvider |
CompositeButtonKey.getBottomBackgroundIcon()
Returns the InputStreamProvider for the bottom background icon. |
protected InputStreamProvider |
CompositeButtonKey.getEndIcon()
Returns the InputStreamProvider for the end icon. |
protected InputStreamProvider |
CompositeButtonKey.getStartIcon()
Returns the InputStreamProvider for the start icon. |
protected InputStreamProvider |
CompositeButtonKey.getTopBackgroundIcon()
Returns the InputStreamProvider for the top background icon. |
Constructors in org.apache.myfaces.trinidadinternal.image.cache with parameters of type InputStreamProvider | |
---|---|
CompositeButtonKey(ImageContext context,
java.lang.String lookAndFeelId,
java.lang.String name,
java.lang.String text,
java.awt.Color foreground,
java.awt.Color background,
java.awt.Color surroundingColor,
FontProxy font,
boolean disabled,
boolean textAntialias,
char accessKey,
InputStreamProvider startIcon,
InputStreamProvider endIcon,
InputStreamProvider topBackgroundIcon,
InputStreamProvider bottomBackgroundIcon)
|
Uses of InputStreamProvider in org.apache.myfaces.trinidadinternal.share.io |
---|
Subinterfaces of InputStreamProvider in org.apache.myfaces.trinidadinternal.share.io | |
---|---|
interface |
CachingInputStreamProvider
A subinterface of InputStreamProvider that adds support for tracking dependencies. |
Classes in org.apache.myfaces.trinidadinternal.share.io that implement InputStreamProvider | |
---|---|
class |
FileInputStreamProvider
An InputStreamProvider for loading files. |
class |
InputStreamProviderProxy
Proxying class for InputStreamProviders. |
class |
URLInputStreamProvider
An InputStreamProvider for opening URLs. |
Methods in org.apache.myfaces.trinidadinternal.share.io that return InputStreamProvider | |
---|---|
protected abstract InputStreamProvider |
InputStreamProviderProxy.getProvider()
Return the provider being proxied. |
protected InputStreamProvider |
DefaultNameResolver.getProvider(java.io.File file)
Creates a provider for a File. |
InputStreamProvider |
CachingNameResolver.getProvider(java.lang.String name)
Given a name, returns an InputStreamProvider. |
InputStreamProvider |
NameResolver.getProvider(java.lang.String name)
Given a name, returns an InputStreamProvider. |
InputStreamProvider |
DefaultNameResolver.getProvider(java.lang.String name)
Given a name, returns an InputStreamProvider. |
protected InputStreamProvider |
DefaultNameResolver.getProvider(java.net.URL url)
Creates a provider for an URL. |
Methods in org.apache.myfaces.trinidadinternal.share.io that return types with arguments of type InputStreamProvider | |
---|---|
java.util.Iterator<InputStreamProvider> |
CachingInputStreamProvider.getCacheDependencies()
Returns an enumeration of all the InputStreamProviders that were calculated as dependencies of this file. |
Methods in org.apache.myfaces.trinidadinternal.share.io with parameters of type InputStreamProvider | |
---|---|
void |
CachingInputStreamProvider.addCacheDependency(InputStreamProvider dependency)
Adds a dependency to this provider. |
Constructor parameters in org.apache.myfaces.trinidadinternal.share.io with type arguments of type InputStreamProvider | |
---|---|
CachingNameResolver(NameResolver base,
java.util.Map<java.lang.Object,InputStreamProvider> storage,
boolean checkModified)
Creates a caching name resolver. |
|
CachingNameResolver(NameResolver base,
java.util.Map<java.lang.Object,InputStreamProvider> storage,
int msBetweenChecks)
Creates a caching name resolver that will check modification times on each request, with the ability to override the default amount of time that must go by before a modification time is rechecked. |
Uses of InputStreamProvider in org.apache.myfaces.trinidadinternal.share.xml |
---|
Methods in org.apache.myfaces.trinidadinternal.share.xml that return InputStreamProvider | |
---|---|
static InputStreamProvider |
XMLUtils.getInputStreamProvider(ParseContext context)
Gets the InputStreamProvider stored on the ParseContext. |
Methods in org.apache.myfaces.trinidadinternal.share.xml with parameters of type InputStreamProvider | |
---|---|
static void |
XMLUtils.setInputStreamProvider(ParseContext context,
InputStreamProvider provider)
Stores a InputStreamProvider on a ParseContext. |
Uses of InputStreamProvider in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that return InputStreamProvider | |
---|---|
static InputStreamProvider |
CoreIconRequest.resolveSourceIcon(ImageContext context,
java.lang.String name,
NameResolver sourceIconResolver)
|
static InputStreamProvider |
CoreIconRequest.resolveSourceIcon(java.lang.String name,
NameResolver sourceIconResolver)
Deprecated. Use resolveSourceIcon(context, name, sourceIconResolver) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |