org.exoplatform.wcm.webui
Class WebUIPropertiesConfigService

java.lang.Object
  extended by org.exoplatform.wcm.webui.WebUIPropertiesConfigService

public class WebUIPropertiesConfigService
extends java.lang.Object

Created by The eXo Platform SAS Author : Hoa Pham hoa.phamvu@exoplatform.com Dec 13, 2008


Nested Class Summary
static class WebUIPropertiesConfigService.PopupWindowProperties
          The Class PopupWindowProperties.
 
Field Summary
static java.lang.String CLV_POPUP_SIZE_EDIT_PORTLET_MODE
          The Constant CLV_POPUP_SIZE_EDIT_PORTLET_MODE.
static java.lang.String CLV_POPUP_SIZE_QUICK_EDIT
          The Constant CLV_POPUP_SIZE_QUICK_EDIT.
static java.lang.String SCV_POPUP_SIZE_EDIT_PORTLET_MODE
          The Constant SCV_POPUP_SIZE_EDIT_PORTLET_MODE.
static java.lang.String SCV_POPUP_SIZE_QUICK_EDIT
          The Constant SCV_POPUP_SIZE_QUICK_EDIT.
 
Constructor Summary
WebUIPropertiesConfigService(org.exoplatform.container.xml.InitParams params)
          Instantiates a new web ui properties config service.
 
Method Summary
 java.lang.Object getProperties(java.lang.String name)
          Gets the properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCV_POPUP_SIZE_EDIT_PORTLET_MODE

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


SCV_POPUP_SIZE_QUICK_EDIT

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


CLV_POPUP_SIZE_EDIT_PORTLET_MODE

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


CLV_POPUP_SIZE_QUICK_EDIT

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

Constructor Detail

WebUIPropertiesConfigService

public WebUIPropertiesConfigService(org.exoplatform.container.xml.InitParams params)
Instantiates a new web ui properties config service.

Parameters:
params - the params
Method Detail

getProperties

public java.lang.Object getProperties(java.lang.String name)
Gets the properties.

Parameters:
name - the name
Returns:
the properties


Copyright © 2010 eXo Platform SAS. All Rights Reserved.