A G M O S T V 
All Classes All Packages

A

alt() - Method in annotation type org.wicketstuff.annotation.mount.MountPath
 
AnnotatedMountList - Class in org.wicketstuff.annotation.scan
A list of IRequestMapper.
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>) - Method in class org.wicketstuff.config.MatchingResources
Get all matching classes that are annotated with the given Annotation.
getAnnotatedMatches(Class<? extends Annotation>, boolean) - Method in class org.wicketstuff.config.MatchingResources
Get all matching classes that are annotated with the given Annotation.
getDefaultMountPath(Class<? extends IRequestablePage>) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Returns the default mount path for a given class (used if the path has not been specified in the @MountPath annotation).
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.
getRequestMapper(String, Class<? extends IRequestablePage>) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountScanner
Returns the default mapper given a mount path and class.
getSingleRequiredResource() - Method in class org.wicketstuff.config.MatchingResources
Get a single required matching resource.
getSingleRequiredResourceURL() - Method in class org.wicketstuff.config.MatchingResources
Similar to 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 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
mount(WebApplication) - Method in class org.wicketstuff.annotation.scan.AnnotatedMountList
Iterate through list and call WebApplication.mount(IRequestMapper) for each item.
MountPath - Annotation Type in org.wicketstuff.annotation.mount
Specify the primary and alternate paths to mount a Page.

O

org.wicketstuff.annotation.mount - package org.wicketstuff.annotation.mount
 
org.wicketstuff.annotation.scan - package org.wicketstuff.annotation.scan
 
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
 

V

value() - Method in annotation type org.wicketstuff.annotation.mount.MountPath
 
A G M O S T V 
All Classes All Packages