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
-
-
Field Summary
Fields Modifier and Type Field Description static StringBASE_PATHThe Constant SHOW_DATE_CREATED.static StringDETAIL_PARAMETER_NAMEThe Constant DETAIL_PARAMETER_NAME.static StringITEMS_PER_PAGEThe Constant ITEMS_PER_PAGE.static StringPAGE_MODEThe Constant PAGE_MODE.static StringREPOSITORYThe Constant REPOSITORY.static StringSEARCH_CONTENT_MODESearch Content Modestatic StringSEARCH_FORM_TEMPLATE_PATHThe Constant SEARCH_FORM_TEMPLATE_PATH.static StringSEARCH_PAGE_LAYOUT_TEMPLATE_PATHThe Constant SEARCH_PAGE_LAYOUT_TEMPLATE_PATH.static StringSEARCH_PAGE_MODESearch Page Modestatic StringSEARCH_PAGINATOR_TEMPLATE_PATHThe Constant SEARCH_PAGINATOR_TEMPLATE_PATH.static StringSEARCH_RESULT_TEMPLATE_PATHThe Constant SEARCH_RESULT_TEMPLATE_PATH.static StringWORKSPACEThe Constant WORKSPACE.
-
Constructor Summary
Constructors Constructor Description UIWCMSearchPortlet()Instantiates a new uIWCM search portlet.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessRender(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, setMinWidth
-
Methods inherited from class org.exoplatform.webui.core.UIApplication
addMessage, addMessage, clearMessages, findComponentById, getLastAccessApplication, getOwner, getUIComponentName, processAction, renderBlockToUpdate, setLastAccessApplication, setOwner
-
Methods 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, setRenderedChildrenOfTypes
-
Methods 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 Detail
-
SEARCH_FORM_TEMPLATE_PATH
public static final String SEARCH_FORM_TEMPLATE_PATH
The Constant SEARCH_FORM_TEMPLATE_PATH.- See Also:
- Constant Field Values
-
SEARCH_RESULT_TEMPLATE_PATH
public static final String SEARCH_RESULT_TEMPLATE_PATH
The Constant SEARCH_RESULT_TEMPLATE_PATH.- See Also:
- Constant Field Values
-
SEARCH_PAGINATOR_TEMPLATE_PATH
public static final String SEARCH_PAGINATOR_TEMPLATE_PATH
The Constant SEARCH_PAGINATOR_TEMPLATE_PATH.- See Also:
- Constant Field Values
-
SEARCH_PAGE_LAYOUT_TEMPLATE_PATH
public static final String SEARCH_PAGE_LAYOUT_TEMPLATE_PATH
The Constant SEARCH_PAGE_LAYOUT_TEMPLATE_PATH.- See Also:
- Constant Field Values
-
REPOSITORY
public static final String REPOSITORY
The Constant REPOSITORY.- See Also:
- Constant Field Values
-
WORKSPACE
public static final String WORKSPACE
The Constant WORKSPACE.- See Also:
- Constant Field Values
-
ITEMS_PER_PAGE
public static final String ITEMS_PER_PAGE
The Constant ITEMS_PER_PAGE.- See Also:
- Constant Field Values
-
PAGE_MODE
public static final String PAGE_MODE
The Constant PAGE_MODE.- See Also:
- Constant Field Values
-
BASE_PATH
public static final String BASE_PATH
The Constant SHOW_DATE_CREATED.- See Also:
- Constant Field Values
-
DETAIL_PARAMETER_NAME
public static final String DETAIL_PARAMETER_NAME
The Constant DETAIL_PARAMETER_NAME.- See Also:
- Constant Field Values
-
SEARCH_PAGE_MODE
public static final String SEARCH_PAGE_MODE
Search Page Mode- See Also:
- Constant Field Values
-
SEARCH_CONTENT_MODE
public static final String SEARCH_CONTENT_MODE
Search Content Mode- See Also:
- Constant Field Values
-
-