|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractPreviewLinkServlet
atg.endeca.servlet.NucleusPreviewLinkServlet
public class NucleusPreviewLinkServlet
Extends the AbstractPreviewLinkServlet to provide the needed
NavigationStateBuilder and ContentSource Nucleus components.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
static java.lang.String |
CONTENT_SOURCE_COMPONENT_PARAM
The servlet parameter used to specify the ContentSource Nucleus component to use. |
static java.lang.String |
NAVIGATION_STATE_BUILDER_COMPONENT_PARAM
The servlet parameter used to specify the NavigationStateBuilder Nucleus component to use. |
| Constructor Summary | |
|---|---|
NucleusPreviewLinkServlet()
|
|
| Method Summary | |
|---|---|
protected ContentSource |
getContentSource()
|
protected NavigationStateBuilder |
getNavigationStateBuilder()
|
void |
init(javax.servlet.ServletConfig pConfig)
Initialize the servlet and retrieve the NavigationStateBuilder and ContentSource components to be used in the super class. |
| 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 CLASS_VERSION
public static final java.lang.String NAVIGATION_STATE_BUILDER_COMPONENT_PARAM
NavigationStateBuilder Nucleus component to use.
public static final java.lang.String CONTENT_SOURCE_COMPONENT_PARAM
ContentSource Nucleus component to use.
| Constructor Detail |
|---|
public NucleusPreviewLinkServlet()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig pConfig)
throws javax.servlet.ServletException
pConfig - - The servlet configuration object.
javax.servlet.ServletException - When the required NavigationStateBuilder or ContentSource
components can't be resolved.protected ContentSource getContentSource()
protected NavigationStateBuilder getNavigationStateBuilder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||