A C D E F G I L M P S X 
All Classes All Packages

A

advice(ProceedingJoinPoint) - Method in class it.tidalwave.northernwind.aspect.DebugProfilingAspect
 

C

Context() - Constructor for class it.tidalwave.northernwind.frontend.media.impl.interpolator.MetadataInterpolator.Context
 

D

DebugProfiling - Annotation Type in it.tidalwave.northernwind.aspect
 
DebugProfilingAspect - Class in it.tidalwave.northernwind.aspect
 
DebugProfilingAspect() - Constructor for class it.tidalwave.northernwind.aspect.DebugProfilingAspect
 
DEFAULT_METADATA_EXPIRATION_TIME - Static variable in class it.tidalwave.northernwind.frontend.media.impl.DefaultMetadataCache
 
DefaultMetadataCache - Class in it.tidalwave.northernwind.frontend.media.impl
A default implementation of MetadataCache.
DefaultMetadataCache() - Constructor for class it.tidalwave.northernwind.frontend.media.impl.DefaultMetadataCache
 
DefaultMetadataLoader - Class in it.tidalwave.northernwind.frontend.media.impl
The default implementation of MetadataLoader.
DefaultMetadataLoader() - Constructor for class it.tidalwave.northernwind.frontend.media.impl.DefaultMetadataLoader
 

E

EmbeddedMediaMetadataProvider - Class in it.tidalwave.northernwind.frontend.media.impl
An implementation of MediaMetadataProvider which retrieves metadata from embedded data inside media files.
EmbeddedMediaMetadataProvider() - Constructor for class it.tidalwave.northernwind.frontend.media.impl.EmbeddedMediaMetadataProvider
 

F

findMediaResourceFile(ResourceProperties, Id) - Method in class it.tidalwave.northernwind.frontend.media.impl.DefaultMetadataLoader
findMediaResourceFile(ResourceProperties, Id) - Method in interface it.tidalwave.northernwind.frontend.media.impl.MetadataLoader
 
findMetadataById(Id, ResourceProperties) - Method in class it.tidalwave.northernwind.frontend.media.impl.DefaultMetadataCache
Finds a Metadata item for the given id.
findMetadataById(Id, ResourceProperties) - Method in interface it.tidalwave.northernwind.frontend.media.impl.MetadataCache
Finds a Metadata item for the given id.
formatted(String) - Static method in class it.tidalwave.northernwind.frontend.media.impl.interpolator.MetadataInterpolatorSupport
 

G

getDirectory(Class<T>) - Method in interface it.tidalwave.northernwind.frontend.media.impl.Metadata
Returns a metadata directory (e.g.
getInterpolators() - Method in interface it.tidalwave.northernwind.frontend.media.impl.interpolator.MetadataInterpolatorFactory
Returns a collection of MetadataInterpolators
getMacro() - Method in interface it.tidalwave.northernwind.frontend.media.impl.interpolator.MetadataInterpolator
Returns the macro that this interpolator is capable to expand.
getMetadataString(Id, String, ResourceProperties) - Method in class it.tidalwave.northernwind.frontend.media.impl.EmbeddedMediaMetadataProvider

I

initialize() - Method in class it.tidalwave.northernwind.frontend.media.impl.interpolator.ScanningMetadataInterpolatorFactory
 
interpolate(String, MetadataInterpolator.Context) - Method in class it.tidalwave.northernwind.frontend.media.impl.interpolator.IPTCTitleInterpolator
 
interpolate(String, MetadataInterpolator.Context) - Method in interface it.tidalwave.northernwind.frontend.media.impl.interpolator.MetadataInterpolator
Interpolates a template.
interpolate(String, MetadataInterpolator.Context) - Method in class it.tidalwave.northernwind.frontend.media.impl.interpolator.ShootingDataInterpolator
 
interpolate(String, MetadataInterpolator.Context) - Method in class it.tidalwave.northernwind.frontend.media.impl.interpolator.XmpDcTitleInterpolator
 
interpolateString(String, ResourceProperties) - Method in interface it.tidalwave.northernwind.frontend.media.impl.Metadata
Interpolates the given template expanding macros with values from metadata items.
IPTCTitleInterpolator - Class in it.tidalwave.northernwind.frontend.media.impl.interpolator
 
IPTCTitleInterpolator() - Constructor for class it.tidalwave.northernwind.frontend.media.impl.interpolator.IPTCTitleInterpolator
 
it.tidalwave.northernwind.aspect - package it.tidalwave.northernwind.aspect
 
it.tidalwave.northernwind.frontend.media.impl - package it.tidalwave.northernwind.frontend.media.impl
 
it.tidalwave.northernwind.frontend.media.impl.interpolator - package it.tidalwave.northernwind.frontend.media.impl.interpolator
 

L

loadMetadata(ResourceFile) - Method in class it.tidalwave.northernwind.frontend.media.impl.DefaultMetadataLoader
loadMetadata(ResourceFile) - Method in interface it.tidalwave.northernwind.frontend.media.impl.MetadataLoader
 
lookup(Map<String, String>, String) - Static method in class it.tidalwave.northernwind.frontend.media.impl.interpolator.MetadataInterpolatorSupport
 

M

macro - Variable in class it.tidalwave.northernwind.frontend.media.impl.interpolator.MetadataInterpolatorSupport
 
message() - Method in annotation type it.tidalwave.northernwind.aspect.DebugProfiling
 
Metadata - Interface in it.tidalwave.northernwind.frontend.media.impl
A container of metadata for a given media item.
MetadataCache - Interface in it.tidalwave.northernwind.frontend.media.impl
This service implements a Metadata provider with a cache policy for reducing the accesses to the actual data provider.
MetadataInterpolator - Interface in it.tidalwave.northernwind.frontend.media.impl.interpolator
An interface for classes capable to interpolate some metadata items in a template.
MetadataInterpolator.Context - Class in it.tidalwave.northernwind.frontend.media.impl.interpolator
 
MetadataInterpolatorFactory - Interface in it.tidalwave.northernwind.frontend.media.impl.interpolator
Provides a collection of MetadataInterpolators.
MetadataInterpolatorSupport - Class in it.tidalwave.northernwind.frontend.media.impl.interpolator
A support class for implementing a metadata interpolator.
MetadataInterpolatorSupport() - Constructor for class it.tidalwave.northernwind.frontend.media.impl.interpolator.MetadataInterpolatorSupport
 
MetadataLoader - Interface in it.tidalwave.northernwind.frontend.media.impl
 

P

P_CAMERA_IDS - Static variable in class it.tidalwave.northernwind.frontend.media.impl.EmbeddedMediaMetadataProvider
 
P_GROUP_ID - Static variable in class it.tidalwave.northernwind.frontend.media.impl.EmbeddedMediaMetadataProvider
 
P_LENS_IDS - Static variable in class it.tidalwave.northernwind.frontend.media.impl.EmbeddedMediaMetadataProvider
 
P_MEDIA_PATHS - Static variable in class it.tidalwave.northernwind.frontend.media.impl.EmbeddedMediaMetadataProvider
 

S

ScanningMetadataInterpolatorFactory - Class in it.tidalwave.northernwind.frontend.media.impl.interpolator
An implementation of MetadataInterpolatorFactory that scans the class path for candidates.
ScanningMetadataInterpolatorFactory() - Constructor for class it.tidalwave.northernwind.frontend.media.impl.interpolator.ScanningMetadataInterpolatorFactory
 
ShootingDataInterpolator - Class in it.tidalwave.northernwind.frontend.media.impl.interpolator
 
ShootingDataInterpolator() - Constructor for class it.tidalwave.northernwind.frontend.media.impl.interpolator.ShootingDataInterpolator
 

X

XmpDcTitleInterpolator - Class in it.tidalwave.northernwind.frontend.media.impl.interpolator
 
XmpDcTitleInterpolator() - Constructor for class it.tidalwave.northernwind.frontend.media.impl.interpolator.XmpDcTitleInterpolator
 
A C D E F G I L M P S X 
All Classes All Packages