|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.wicket.util.BundleClassResolverHelper
public final class BundleClassResolverHelper
BundleClassResolverHelper
is a helper to register IClassResolver
.
Constructor Summary | |
---|---|
BundleClassResolverHelper(org.osgi.framework.BundleContext bundleContext)
Construct an instance of BundleClassResolver . |
Method Summary | |
---|---|
void |
dispose()
Unregister class resolver. |
String |
getServicePid()
|
void |
register()
Register class resolver. |
void |
setApplicationName(String... applicationNames)
Sets the application nane. |
void |
setServicePid(String servicePid)
Sets the service pid of this BundleClassResolverHelper instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleClassResolverHelper(org.osgi.framework.BundleContext bundleContext) throws IllegalArgumentException
BundleClassResolver
.
IllegalArgumentException
Method Detail |
---|
public final void setServicePid(String servicePid)
BundleClassResolverHelper
instance. This is useful if this class resolver
needs to be wired to multiple pax-wicket applications.
public final String getServicePid()
BundleClassResolverHelper
. Returns null
if not set.public final void setApplicationName(String... applicationNames)
public final void register()
public final void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |