org.ops4j.pax.wicket.api
Interface PaxWicketInjector
public interface PaxWicketInjector
General PaxWicket injection abstraction. This interface takes any object and tries to inject all
PaxWicketBean
annotations. In that way there is no difference if its a Wicket Component
or not.
Method Summary |
void |
inject(Object toInject,
Class<?> toHandle)
The object to inject can contain a dept of abstractions from various bundles. |
inject
void inject(Object toInject,
Class<?> toHandle)
- The object to inject can contain a dept of abstractions from various bundles. Each of the levels may be required
to be injected from a different bundle. Therefore it have to be possible to look at each level independent.
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.