|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.search.SearchResultControl
com.plumtree.portaluiinfrastructure.search.BreadcrumbControl
public class BreadcrumbControl
| Field Summary | |
|---|---|
static java.lang.String |
KEY_OF_MODEL_TO_RESTORE_DATA
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.portaluiinfrastructure.search.SearchResultControl |
|---|
_model, _parent, BASIC_FIELDS, KEY_DATA, PARTIAL_SEARCH, RECONSTRUCTION_ARGS_PREFIX, RECONSTRUCTION_PREFIX_LENGTH, USER_QUERY |
| Constructor Summary | |
|---|---|
BreadcrumbControl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
protected Redirect |
ExecuteSearchControl(XPHashtable args,
java.lang.String keyOnPage)
Execute method that subclasses should implement; unlike Execute() it's allowed to throw a SearchExecutionException. |
java.lang.String |
GetName()
Return the name of the MVC object. |
static HTMLElement |
makeURL(ISearchResultModelRO model,
AActivitySpace parent,
java.lang.String urlText,
java.lang.String key)
Factory method to make a breadcrumb link for search results. |
| Methods inherited from class com.plumtree.portaluiinfrastructure.search.SearchResultControl |
|---|
addCommonData, CheckActionSecurityAndExecute, expectModelInitialized, Init, parseQueryArgs, SpaceNeedsPassthruURL |
| 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 STR_MVC_CLASS_NAME
public static final java.lang.String KEY_OF_MODEL_TO_RESTORE_DATA
| Constructor Detail |
|---|
public BreadcrumbControl()
| Method Detail |
|---|
public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectGetName in class SearchResultControlcom.plumtree.portaluiinfrastructure.activityspace.IControl#GetName()
public static HTMLElement makeURL(ISearchResultModelRO model,
AActivitySpace parent,
java.lang.String urlText,
java.lang.String key)
model - Current batch of search resultsparent - ActivitySpace we're living inurlText - Desired text within URLkey - Key of model to displaypublic java.lang.Object Create()
SearchResultControl
Create in interface IManagedObjectCreate in class SearchResultControlIManagedObject.Create()
protected Redirect ExecuteSearchControl(XPHashtable args,
java.lang.String keyOnPage)
throws SearchExecutionException
SearchResultControl
ExecuteSearchControl in class SearchResultControlSearchExecutionExceptioncom.plumtree.portalpages.search.SearchResultControl#ExecuteSearchControl()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||