Package org.exoplatform.wcm.webui.search
Class UIWCMSearchPortlet
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIApplication
org.exoplatform.webui.core.UIPortletApplication
org.exoplatform.wcm.webui.search.UIWCMSearchPortlet
public class UIWCMSearchPortlet
extends org.exoplatform.webui.core.UIPortletApplication
-
Nested Class Summary
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Constant SHOW_DATE_CREATED.static final StringThe Constant DETAIL_PARAMETER_NAME.static final StringThe Constant ITEMS_PER_PAGE.static final StringThe Constant PAGE_MODE.static final StringThe Constant REPOSITORY.static final StringSearch Content Modestatic final StringThe Constant SEARCH_FORM_TEMPLATE_PATH.static final StringThe Constant SEARCH_PAGE_LAYOUT_TEMPLATE_PATH.static final StringSearch Page Modestatic final StringThe Constant SEARCH_PAGINATOR_TEMPLATE_PATH.static final StringThe Constant SEARCH_RESULT_TEMPLATE_PATH.static final StringThe Constant WORKSPACE.Fields inherited from class org.exoplatform.webui.core.UIPortletApplication
CONFIG_MODE, EDIT_MODE, HELP_MODE, VIEW_MODEFields inherited from class org.exoplatform.webui.core.UIApplication
logFields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent, USE_WEBUI_RESOURCES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRender(org.exoplatform.webui.application.WebuiApplication app, org.exoplatform.webui.application.WebuiRequestContext context) Methods inherited from class org.exoplatform.webui.core.UIPortletApplication
getMinHeight, getMinWidth, getUIPopupMessages, renderChildren, serveResource, setMinHeight, setMinWidthMethods inherited from class org.exoplatform.webui.core.UIApplication
addMessage, addMessage, clearMessages, findComponentById, getLastAccessApplication, getOwner, getUIComponentName, processAction, renderBlockToUpdate, setLastAccessApplication, setOwnerMethods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesMethods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
Field Details
-
SEARCH_FORM_TEMPLATE_PATH
The Constant SEARCH_FORM_TEMPLATE_PATH.- See Also:
-
SEARCH_RESULT_TEMPLATE_PATH
The Constant SEARCH_RESULT_TEMPLATE_PATH.- See Also:
-
SEARCH_PAGINATOR_TEMPLATE_PATH
The Constant SEARCH_PAGINATOR_TEMPLATE_PATH.- See Also:
-
SEARCH_PAGE_LAYOUT_TEMPLATE_PATH
The Constant SEARCH_PAGE_LAYOUT_TEMPLATE_PATH.- See Also:
-
REPOSITORY
The Constant REPOSITORY.- See Also:
-
WORKSPACE
The Constant WORKSPACE.- See Also:
-
ITEMS_PER_PAGE
The Constant ITEMS_PER_PAGE.- See Also:
-
PAGE_MODE
The Constant PAGE_MODE.- See Also:
-
BASE_PATH
The Constant SHOW_DATE_CREATED.- See Also:
-
DETAIL_PARAMETER_NAME
The Constant DETAIL_PARAMETER_NAME.- See Also:
-
SEARCH_PAGE_MODE
Search Page Mode- See Also:
-
SEARCH_CONTENT_MODE
Search Content Mode- See Also:
-
-
Constructor Details
-
UIWCMSearchPortlet
Instantiates a new uIWCM search portlet.- Throws:
Exception- the exception
-
-
Method Details