|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.markup.resolver.ComponentResolvers
public class ComponentResolvers
Utility class for IComponentResolver
s
Method Summary | |
---|---|
static boolean |
resolve(Application application,
MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Attempts to resolve a component using resolvers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean resolve(Application application, MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
This method encapsulates the contract of resolving components and should be used any time a component needs to be resolved under normal circumstances.
application
- container
- markupStream
- tag
-
true
if a component was resolved using on of tried resolvers,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |