Java org.apache.wicket.util.lang Packages fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.lang Packages fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.lang Packages.

The text is from its open source code.

Method

StringabsolutePath(final Class p, final String path)
Takes a package and a path to a resource and returns an absolute path to the resource.
StringabsolutePath(final Package p, final String relativePath)
Takes a package and a path to a resource and returns an absolute path to the resource.
StringabsolutePath(final String packageName, final String path)
Takes a package and a path to a resource and returns an absolute path to the resource.