- 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.
- 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
-
- getSingleResource() - Method in class org.wicketstuff.config.MatchingResources
-
Get a single matching resource.
- getSingleResourceURL() - Method in class org.wicketstuff.config.MatchingResources
-
- getURL(Resource) - Method in class org.wicketstuff.config.MatchingResources
-
Get URL from resource.