org.codehaus.plexus.summit.resolver
Interface Resolver
- All Known Implementing Classes:
- AbstractResolver
- public interface Resolver
A resolver is a strategy for determining how target view will be
rendered. The target view may have sibling views which are to be
rendered and there may be Modules
that must be
executed in order to populate the ViewContext
.
- Version:
- $Id: Resolver.java 2289 2005-07-11 04:22:34Z jvanzyl $
- Author:
- Jason van Zyl
Field Summary |
static java.lang.String |
ROLE
|
ROLE
public static final java.lang.String ROLE
resolve
public Resolution resolve(java.lang.String view)
throws java.lang.Exception
- Throws:
java.lang.Exception
getInitialView
public java.lang.String getInitialView()
getDefaultView
public java.lang.String getDefaultView()
getErrorView
public java.lang.String getErrorView()
getResultMessagesView
public java.lang.String getResultMessagesView()