org.exoplatform.wcm.webui.clv
Class UICLVPortlet

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.core.UIApplication
              extended by org.exoplatform.webui.core.UIPortletApplication
                  extended by org.exoplatform.wcm.webui.clv.UICLVPortlet

public class UICLVPortlet
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
static java.lang.String BASE_PATH
          The Constant SHOW_DATE_CREATED.
static java.lang.String CONTENT_LIST
          The Constant CONTENT_LIST.
static java.lang.String CONTENT_SOURCE
          The Constant CONTENT_SOURCE.
static java.lang.String FOLDER_PATH
          The Constant FOLDER_PATH.
static java.lang.String FORM_VIEW_TEMPLATE_PATH
          The Constant FORM_VIEW_TEMPLATE_PATH.
static java.lang.String HEADER
          The Constant HEADER.
static java.lang.String ITEMS_PER_PAGE
          The Constant ITEMS_PER_PAGE.
static java.lang.String ORDER_BY
          The Constant ORDER_BY.
static java.lang.String ORDER_TYPE
          The Constant ORDER_TYPE.
static java.lang.String PAGINATOR_TEMPlATE_PATH
          The Constant PAGINATOR_TEMPlATE_PATH.
static java.lang.String REPOSITORY
          The Constant REPOSITORY.
static java.lang.String SHOW_DATE_CREATED
          The Constant SHOW_DATE_CREATED.
static java.lang.String SHOW_HEADER
          The Constant SHOW_HEADER.
static java.lang.String SHOW_LINK
          The Constant SHOW_LINK.
static java.lang.String SHOW_READMORE
          The Constant SHOW_HEADER.
static java.lang.String SHOW_REFRESH_BUTTON
          The Constant SHOW_REFRESH_BUTTON.
static java.lang.String SHOW_SUMMARY
          The Constant SHOW_SUMMARY.
static java.lang.String SHOW_THUMBNAILS_VIEW
          The Constant SHOW_THUMBNAILS_VIEW.
static java.lang.String SHOW_TITLE
          The Constant SHOW_TITLE.
static java.lang.String VIEWER_MODE
          The Constant VIEWER_MODE.
static java.lang.String WORKSPACE
          The Constant WORKSPACE.
 
Fields inherited from class org.exoplatform.webui.core.UIPortletApplication
CONFIG_MODE, EDIT_MODE, HELP_MODE, VIEW_MODE
 
Fields inherited from class org.exoplatform.webui.core.UIApplication
log
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UICLVPortlet()
          Instantiates a new uI content list viewer portlet.
 
Method Summary
 boolean canEditPortlet()
          Can edit portlet.
static java.lang.String[] getContentsByPreference()
           
 void processRender(org.exoplatform.webui.application.WebuiApplication app, org.exoplatform.webui.application.WebuiRequestContext context)
           
 
Methods inherited from class org.exoplatform.webui.core.UIPortletApplication
getMinHeight, getMinWidth, setMinHeight, setMinWidth
 
Methods inherited from class org.exoplatform.webui.core.UIApplication
addMessage, clearMessages, findComponentById, getLastAccessApplication, getOwner, getUIComponentName, getUIPopupMessages, processAction, renderBlockToUpdate, renderChildren, 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, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processDecode, processRender, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY

public static final java.lang.String REPOSITORY
The Constant REPOSITORY.

See Also:
Constant Field Values

WORKSPACE

public static final java.lang.String WORKSPACE
The Constant WORKSPACE.

See Also:
Constant Field Values

ITEMS_PER_PAGE

public static final java.lang.String ITEMS_PER_PAGE
The Constant ITEMS_PER_PAGE.

See Also:
Constant Field Values

FOLDER_PATH

public static final java.lang.String FOLDER_PATH
The Constant FOLDER_PATH.

See Also:
Constant Field Values

HEADER

public static final java.lang.String HEADER
The Constant HEADER.

See Also:
Constant Field Values

FORM_VIEW_TEMPLATE_PATH

public static final java.lang.String FORM_VIEW_TEMPLATE_PATH
The Constant FORM_VIEW_TEMPLATE_PATH.

See Also:
Constant Field Values

PAGINATOR_TEMPlATE_PATH

public static final java.lang.String PAGINATOR_TEMPlATE_PATH
The Constant PAGINATOR_TEMPlATE_PATH.

See Also:
Constant Field Values

SHOW_REFRESH_BUTTON

public static final java.lang.String SHOW_REFRESH_BUTTON
The Constant SHOW_REFRESH_BUTTON.

See Also:
Constant Field Values

SHOW_THUMBNAILS_VIEW

public static final java.lang.String SHOW_THUMBNAILS_VIEW
The Constant SHOW_THUMBNAILS_VIEW.

See Also:
Constant Field Values

SHOW_TITLE

public static final java.lang.String SHOW_TITLE
The Constant SHOW_TITLE.

See Also:
Constant Field Values

SHOW_SUMMARY

public static final java.lang.String SHOW_SUMMARY
The Constant SHOW_SUMMARY.

See Also:
Constant Field Values

SHOW_DATE_CREATED

public static final java.lang.String SHOW_DATE_CREATED
The Constant SHOW_DATE_CREATED.

See Also:
Constant Field Values

SHOW_HEADER

public static final java.lang.String SHOW_HEADER
The Constant SHOW_HEADER.

See Also:
Constant Field Values

SHOW_READMORE

public static final java.lang.String SHOW_READMORE
The Constant SHOW_HEADER.

See Also:
Constant Field Values

SHOW_LINK

public static final java.lang.String SHOW_LINK
The Constant SHOW_LINK.

See Also:
Constant Field Values

CONTENT_SOURCE

public static final java.lang.String CONTENT_SOURCE
The Constant CONTENT_SOURCE.

See Also:
Constant Field Values

VIEWER_MODE

public static final java.lang.String VIEWER_MODE
The Constant VIEWER_MODE.

See Also:
Constant Field Values

ORDER_BY

public static final java.lang.String ORDER_BY
The Constant ORDER_BY.

See Also:
Constant Field Values

ORDER_TYPE

public static final java.lang.String ORDER_TYPE
The Constant ORDER_TYPE.

See Also:
Constant Field Values

CONTENT_LIST

public static final java.lang.String CONTENT_LIST
The Constant CONTENT_LIST.

See Also:
Constant Field Values

BASE_PATH

public static final java.lang.String BASE_PATH
The Constant SHOW_DATE_CREATED.

See Also:
Constant Field Values
Constructor Detail

UICLVPortlet

public UICLVPortlet()
             throws java.lang.Exception
Instantiates a new uI content list viewer portlet.

Throws:
java.lang.Exception - the exception
Method Detail

processRender

public void processRender(org.exoplatform.webui.application.WebuiApplication app,
                          org.exoplatform.webui.application.WebuiRequestContext context)
                   throws java.lang.Exception
Overrides:
processRender in class org.exoplatform.webui.core.UIPortletApplication
Throws:
java.lang.Exception

canEditPortlet

public boolean canEditPortlet()
                       throws java.lang.Exception
Can edit portlet.

Returns:
true, if successful
Throws:
java.lang.Exception - the exception

getContentsByPreference

public static java.lang.String[] getContentsByPreference()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.