A G M N O S T

A

AnnotatedMountList - Class in org.wicketstuff.annotation.scan
A list of IRequestTargetUrlCodingStrategy.
AnnotatedMountList() - Constructor for class org.wicketstuff.annotation.scan.AnnotatedMountList
 
AnnotatedMountScanner - Class in org.wicketstuff.annotation.scan
Looks for mount information by scanning for classes annotated with MountPath.
AnnotatedMountScanner() - Constructor for class org.wicketstuff.annotation.scan.AnnotatedMountScanner
 

G

getAllMatches() - Method in class org.wicketstuff.config.MatchingResources
Get all matching resources
getAllMatchesURL() - Method in class org.wicketstuff.config.MatchingResources
Get all matching resources as URLs.
getAnnotatedMatches(Class<? extends Annotation>, boolean) - Method in class org.wicketstuff.config.MatchingResources
Get all matching classes that are annotated with the given Annotation.
getAnnotatedMatches(Class<? extends Annotation>) - Method in class org.wicketstuff.config.MatchingResources
Get all matching classes that are annotated with the given Annotation.
getDefaultStrategy(String, Class<? extends Page>) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Returns the default coding strategy given a mount path and class.
getPackageMatches(String) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Scan given a package name or part of a package name and return list of classes with MountPath annotation.
getPatternForPackage(String) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Get the Spring search pattern given a package name or part of a package name
getPatternMatches(String) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Scan given a Spring search pattern and return list of classes with MountPath annotation.
getSingleRequiredResource() - Method in class org.wicketstuff.config.MatchingResources
Get a single required matching resource.
getSingleRequiredResourceURL() - Method in class org.wicketstuff.config.MatchingResources
Similar to MatchingResources.getSingleRequiredResource(), but returns result as an URL.
getSingleResource() - Method in class org.wicketstuff.config.MatchingResources
Get a single matching resource.
getSingleResourceURL() - Method in class org.wicketstuff.config.MatchingResources
Similar to MatchingResources.getSingleResource(), but returns result as an URL.
getURL(Resource) - Method in class org.wicketstuff.config.MatchingResources
Get URL from resource.

M

MatchingResources - Class in org.wicketstuff.config
Class to get matching resources - uses Spring's PathMatchingResourcePatternResolver.
MatchingResources(String) - Constructor for class org.wicketstuff.config.MatchingResources
Initialize list of matching Resource as found by PathMatchingResourcePatternResolver.getResources(String).
mount(WebApplication) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountList
Iterate through list and call WebApplication.mount(IRequestTargetUrlCodingStrategy) for each item.
MountBookmarkablePageRequestTarget - Annotation Type in org.wicketstuff.annotation.strategy
Annotation to use for mounting a page using BookmarkablePageRequestTargetUrlCodingStrategy.
MountDefinition - Annotation Type in org.wicketstuff.annotation.mount
An annotation used to define basic information about a mount annotation: UrlCodingStrategy class to use Order to pass the mount annotations values to the constructor
MountHybrid - Annotation Type in org.wicketstuff.annotation.strategy
Annotation to use for mounting a page using HybridUrlCodingStrategy.
MountIndexedHybrid - Annotation Type in org.wicketstuff.annotation.strategy
Annotation to use for mounting a page using IndexedHybridUrlCodingStrategy.
MountIndexedParam - Annotation Type in org.wicketstuff.annotation.strategy
Annotation to use for mounting a page using IndexedParamUrlCodingStrategy.
MountMixedParam - Annotation Type in org.wicketstuff.annotation.strategy
Annotation to use for mounting a page using MixedParamUrlCodingStrategy.
MountPath - Annotation Type in org.wicketstuff.annotation.mount
Specify the primary and alternate paths to mount a Page.
MountQueryString - Annotation Type in org.wicketstuff.annotation.strategy
Annotation to use for mounting a page using QueryStringUrlCodingStrategy.

N

NULL - Static variable in annotation type org.wicketstuff.annotation.mount.MountDefinition
In annotation we are marking, used to indicate a return value of null since it is not possible to specify 'default null' with Java annotations.

O

org.wicketstuff.annotation.mount - package org.wicketstuff.annotation.mount
 
org.wicketstuff.annotation.scan - package org.wicketstuff.annotation.scan
 
org.wicketstuff.annotation.strategy - package org.wicketstuff.annotation.strategy
 
org.wicketstuff.config - package org.wicketstuff.config
 

S

scanClass(Class<? extends Page>) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Scan given a class that is a sublass of Page.
scanList(List<Class<?>>) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Scan a list of classes which are annotated with MountPath
scanPackage(String) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Scan given package name or part of a package name
scanPattern(String) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Scan given a Spring search pattern.

T

toString() - Method in class org.wicketstuff.config.MatchingResources
 

A G M N O S T

Copyright © 2012. All Rights Reserved.