|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.summit.AbstractSummitComponent
org.codehaus.plexus.summit.resolver.AbstractResolver
org.codehaus.plexus.summit.resolver.ClassicResolver
This resolving strategy emulates the Turbine 2.x process of matching a target up with:
The navigation views are stated explicitly in the layout view according to the resolving process in Turbine 2.x so this resolver doesn't have to do any work in this respect.
Field Summary | |
static java.lang.String |
LAYOUT_VIEW
Tag for the layout view in the resolution. |
static java.lang.String |
NAVIGATION_VIEW
Tag for the navigation module in the resolution. |
static java.lang.String |
RENDERER
The renderer for this resolution |
static java.lang.String |
SCREEN_VIEW
Tag for the screen view in the resolution. |
Fields inherited from interface org.codehaus.plexus.summit.resolver.Resolver |
ROLE |
Constructor Summary | |
ClassicResolver()
|
Method Summary | |
Renderer |
getRenderer(java.lang.String target)
|
Resolution |
resolve(java.lang.String target)
Description of the Method |
Methods inherited from class org.codehaus.plexus.summit.resolver.AbstractResolver |
getDefaultView, getErrorView, getInitialView, getResultMessagesView, getView, getView, getView |
Methods inherited from class org.codehaus.plexus.summit.AbstractSummitComponent |
contextualize, getContainer, lookup, lookup |
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LAYOUT_VIEW
public static final java.lang.String NAVIGATION_VIEW
public static final java.lang.String SCREEN_VIEW
public static final java.lang.String RENDERER
Constructor Detail |
public ClassicResolver()
Method Detail |
public Resolution resolve(java.lang.String target) throws java.lang.Exception
java.lang.Exception
public Renderer getRenderer(java.lang.String target)
getRenderer
in class AbstractResolver
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |