org.exoplatform.ecm.webui.component.browsecontent
Class UITagList

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.ecm.webui.component.browsecontent.UITagList

public class UITagList
extends org.exoplatform.webui.core.UIComponent

Created by The eXo Platform SARL Author : Pham Tuan tuan.pham@exoplatform.com 18-07-2007


Nested Class Summary
static class UITagList.ViewByTagActionListener
           
 
Field Summary
static java.lang.String PUBLIC_TAG_NODE_PATH
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UITagList()
           
 
Method Summary
 java.util.List<javax.jcr.Node> getPrivateTagLink()
           
 java.util.List<javax.jcr.Node> getPublicTagLink()
           
 java.lang.String getRepository()
           
 java.lang.String getTagHtmlStyle(java.util.Map<java.lang.String,java.lang.String> tagStyles, int tagCount)
           
 java.lang.String getTagPath()
           
 java.util.Map<java.lang.String,java.lang.String> getTagStyle()
           
 java.lang.String getUserName()
           
 java.lang.String getWorkspace()
           
 void setTagPath(java.lang.String tagName)
           
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getRendererFor, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, registerRendererFor, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLIC_TAG_NODE_PATH

public static final java.lang.String PUBLIC_TAG_NODE_PATH
See Also:
Constant Field Values
Constructor Detail

UITagList

public UITagList()
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getPrivateTagLink

public java.util.List<javax.jcr.Node> getPrivateTagLink()
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

getPublicTagLink

public java.util.List<javax.jcr.Node> getPublicTagLink()
                                                throws java.lang.Exception
Throws:
java.lang.Exception

getTagStyle

public java.util.Map<java.lang.String,java.lang.String> getTagStyle()
                                                             throws java.lang.Exception
Throws:
java.lang.Exception

getTagHtmlStyle

public java.lang.String getTagHtmlStyle(java.util.Map<java.lang.String,java.lang.String> tagStyles,
                                        int tagCount)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getRepository

public java.lang.String getRepository()

getWorkspace

public java.lang.String getWorkspace()

getUserName

public java.lang.String getUserName()

getTagPath

public java.lang.String getTagPath()

setTagPath

public void setTagPath(java.lang.String tagName)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.