com.jalios.jcms.taglib
Class PortletTreeTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.jalios.jcms.taglib.PortletTreeTag
All Implemented Interfaces:
JcmsConstants, JaliosConstants, Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class PortletTreeTag
extends javax.servlet.jsp.tagext.TagSupport
implements JcmsConstants

Version:
$Revision: 24568 $
See Also:
Serialized Form

Field Summary
protected  boolean dspEditPortalElement
           
protected  boolean dspExpandHighlighted
           
protected  int dspExpandLevel
           
protected  Set dspHighlightPeSet
           
protected  String dspLink
           
protected  String dspNodePrefix
           
protected  PortalElement dspRootPortlet
           
protected  Collection dspRootPortletCollection
           
protected  boolean dspWidgetExpandSelected
           
protected  String dspWidgetName
           
protected  Set dspWidgetSelectedPeSet
           
protected  String dspWidgetType
           
static String EDIT
           
protected  Set expandSet
           
protected  boolean isNS4
           
protected  Member loggedMember
           
static org.apache.oro.text.regex.Pattern PELINK_PATTERN
           
protected  String redirect
           
static String REVISION
           
protected  String userLang
           
static String WIDGET_CHECKBOXJS
           
static String WIDGET_NONE
           
protected  int widgetCount
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface com.jalios.jcms.JcmsConstants
ADATE_SEARCH, ADMIN_NOTES_PROP, ADVANCED_TAB, ARCHIVES_DIR, ASCII_WIDTH, CATEGORY_TAB, CDATE_SEARCH, COMMON_ALARM, CONTENT_TAB, COOKIE_MAX_AGE, CRYPT_MD5, CRYPT_UNDEFINED, CRYPT_UNIX, CTRL_TOPIC_INTERNAL, CTRL_TOPIC_REF, CTRL_TOPIC_VALUE, CTRL_TOPIC_WRITE, CUSTOM_PROP, DOCCHOOSER_HEIGHT, DOCCHOOSER_WIDTH, DOCS_DIR, EDATE_SEARCH, EMAIL_REGEXP, ERROR_MSG, FORBIDDEN_FILE_ACCESS, FORBIDDEN_REDIRECT, FORCE_REDIRECT, ICON_ARCHIVE, ICON_LOCK, ICON_LOCK_STRONG, ICON_WARN, ICON_WH_BOOK_CLOSED, ICON_WH_BOOK_OPEN, INFORMATION_MSG, JALIOS_JUNIT_PROP, JCMS_CADDY, JSYNC_DOWNLOAD_DIR, JSYNC_SYNC_ALARM, LOG_FILE, LOG_TOPIC_SECURITY, LOGGER_PROP, LOGGER_XMLPROP, MBR_PHOTO_DIR, MDATE_SEARCH, MONITOR_XML, OP_CREATE, OP_DEEP_COPY, OP_DEEP_DELETE, OP_DELETE, OP_MERGE, OP_UPDATE, PDATE_SEARCH, PHOTO_LARGE, PHOTO_LARGE_HEIGHT, PHOTO_LARGE_WIDTH, PHOTO_NORMAL, PHOTO_NORMAL_HEIGHT, PHOTO_NORMAL_WIDTH, PHOTO_SMALL, PHOTO_SMALL_HEIGHT, PHOTO_SMALL_WIDTH, PHOTO_TINY, PHOTO_TINY_HEIGHT, PHOTO_TINY_WIDTH, PREVIOUS_TAB, PRINT_VIEW, PRIVATE_FILE_ACCESS, PUBLIC_FILE_ACCESS, READ_RIGHT_TAB, SDATE_SEARCH, SEARCHENGINE_ALARM, SESSION_AUTHORIZED_FILENAMES_SET, STATS_REPORT_DIR, STATUS_PROP, STORE_XML, TEMPLATE_TAB, THUMBNAIL_LARGE_HEIGHT, THUMBNAIL_LARGE_WIDTH, THUMBNAIL_SMALL_HEIGHT, THUMBNAIL_SMALL_WIDTH, UDATE_SEARCH, UPDATE_RIGHT_TAB, UPLOAD_DIR, URL_REGEXP, WARNING_MSG, WEBAPP_PROP, WFEXPRESS_ALARM, WFREMINDER_ALARM, WORKFLOW_TAB, WORKFLOW_XML
 
Fields inherited from interface com.jalios.util.JaliosConstants
CRLF, MILLIS_IN_ONE_DAY, MILLIS_IN_ONE_HOUR, MILLIS_IN_ONE_MINUTE, MILLIS_IN_ONE_MONTH, MILLIS_IN_ONE_SECOND, MILLIS_IN_ONE_WEEK, MILLIS_IN_ONE_YEAR
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
PortletTreeTag()
           
 
Method Summary
protected  void clean()
          Clean Up parameters to avoid errors with tags pooling
 int doEndTag()
           
 int doStartTag()
           
protected  boolean expandNode(PortalElement pe, Collection children, StringBuffer sb, int level)
          Return true if the node must be expanded
protected  void printBranch(PortalElement pe, StringBuffer sb, int level)
          Print the table that define a Branch of category (call it recursively)
protected  void printChildren(PortalElement pe, Collection children, StringBuffer sb, boolean expandNode, int level)
          Print the children nodes of the branch.
protected  void printEdit(PortalElement pe, StringBuffer sb)
          Print the EditIcon
protected  void printHighlight(PortalElement pe, StringBuffer sb)
          Print the highlight status
protected  void printNodeIcon(PortalElement pe, Collection children, StringBuffer sb, boolean expandNode)
          Print the icon of the node of a branch
protected  void printRoots(Collection rootCollection, StringBuffer sb)
           
protected  void printTitle(PortalElement pe, StringBuffer sb)
          Print the Title with a Link
protected  void printWidget(PortalElement pe, StringBuffer sb)
          Print the widget associated to the category
protected  boolean replaceLink(String link, org.apache.oro.text.regex.Pattern pattern, String replace, StringBuffer sb)
          Replace a generic link by a specific replace string matching a given pattern Then write to the String buffer a A HREF
 void setEditPortalElement(boolean b)
           
 void setExpandHighlighted(boolean b)
           
 void setExpandLevel(int i)
           
 void setHighlightPeSet(Set set)
           
 void setLink(String string)
           
 void setNodePrefix(String string)
           
 void setRootPortlet(PortalElement elm)
           
 void setRootPortletCollection(Collection set)
           
 void setWidgetExpandSelected(boolean b)
           
 void setWidgetName(String string)
           
 void setWidgetSelectedPeSet(Set set)
           
 void setWidgetType(String string)
           
protected  Collection valideChildren(Collection children)
          Return a Set of validated children
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, resetCustomAttributes, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

WIDGET_NONE

public static final String WIDGET_NONE
See Also:
Constant Field Values

WIDGET_CHECKBOXJS

public static final String WIDGET_CHECKBOXJS
See Also:
Constant Field Values

EDIT

public static final String EDIT
See Also:
Constant Field Values

PELINK_PATTERN

public static final org.apache.oro.text.regex.Pattern PELINK_PATTERN

loggedMember

protected Member loggedMember

userLang

protected String userLang

expandSet

protected Set expandSet

redirect

protected String redirect

dspRootPortletCollection

protected Collection dspRootPortletCollection

dspRootPortlet

protected PortalElement dspRootPortlet

dspLink

protected String dspLink

dspExpandLevel

protected int dspExpandLevel

dspNodePrefix

protected String dspNodePrefix

dspEditPortalElement

protected boolean dspEditPortalElement

dspHighlightPeSet

protected Set dspHighlightPeSet

dspExpandHighlighted

protected boolean dspExpandHighlighted

widgetCount

protected int widgetCount

dspWidgetType

protected String dspWidgetType

dspWidgetName

protected String dspWidgetName

dspWidgetSelectedPeSet

protected Set dspWidgetSelectedPeSet

dspWidgetExpandSelected

protected boolean dspWidgetExpandSelected

isNS4

protected boolean isNS4
Constructor Detail

PortletTreeTag

public PortletTreeTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport

printRoots

protected void printRoots(Collection rootCollection,
                          StringBuffer sb)

printBranch

protected void printBranch(PortalElement pe,
                           StringBuffer sb,
                           int level)
Print the table that define a Branch of category (call it recursively)

Since:
jcms-4.0

printEdit

protected void printEdit(PortalElement pe,
                         StringBuffer sb)
Print the EditIcon

Since:
jcms-4.0

printWidget

protected void printWidget(PortalElement pe,
                           StringBuffer sb)
Print the widget associated to the category

Since:
jcms-4.0

printNodeIcon

protected void printNodeIcon(PortalElement pe,
                             Collection children,
                             StringBuffer sb,
                             boolean expandNode)
Print the icon of the node of a branch

Since:
jcms-4.0

printChildren

protected void printChildren(PortalElement pe,
                             Collection children,
                             StringBuffer sb,
                             boolean expandNode,
                             int level)
Print the children nodes of the branch.

Since:
jcms-4.0

printTitle

protected void printTitle(PortalElement pe,
                          StringBuffer sb)
Print the Title with a Link

Since:
jcms-4.0

printHighlight

protected void printHighlight(PortalElement pe,
                              StringBuffer sb)
Print the highlight status

Since:
jcms-4.0

expandNode

protected boolean expandNode(PortalElement pe,
                             Collection children,
                             StringBuffer sb,
                             int level)
Return true if the node must be expanded

Since:
jcms-4.0

valideChildren

protected Collection valideChildren(Collection children)
Return a Set of validated children

Since:
jcms-4.0

replaceLink

protected boolean replaceLink(String link,
                              org.apache.oro.text.regex.Pattern pattern,
                              String replace,
                              StringBuffer sb)
Replace a generic link by a specific replace string matching a given pattern Then write to the String buffer a A HREF

Since:
jcms-4.0

clean

protected void clean()
Clean Up parameters to avoid errors with tags pooling

Since:
jcms-4.0

setExpandHighlighted

public void setExpandHighlighted(boolean b)
Parameters:
b -
Since:
jcms-4.0

setExpandLevel

public void setExpandLevel(int i)
Parameters:
i -
Since:
jcms-4.0

setHighlightPeSet

public void setHighlightPeSet(Set set)
Parameters:
set -
Since:
jcms-4.0

setLink

public void setLink(String string)
Parameters:
string -
Since:
jcms-4.0

setNodePrefix

public void setNodePrefix(String string)
Parameters:
string -
Since:
jcms-4.0

setRootPortletCollection

public void setRootPortletCollection(Collection set)
Parameters:
set -
Since:
jcms-4.0

setRootPortlet

public void setRootPortlet(PortalElement elm)
Parameters:
elm -
Since:
jcms-4.0

setWidgetExpandSelected

public void setWidgetExpandSelected(boolean b)
Parameters:
b -
Since:
jcms-4.0

setWidgetName

public void setWidgetName(String string)
Parameters:
string -
Since:
jcms-4.0

setWidgetSelectedPeSet

public void setWidgetSelectedPeSet(Set set)
Parameters:
set -
Since:
jcms-4.0

setWidgetType

public void setWidgetType(String string)
Parameters:
string -
Since:
jcms-4.0

setEditPortalElement

public void setEditPortalElement(boolean b)
Parameters:
b -
Since:
jcms-4.0


Copyright © 2001-2007 Jalios SA. All Rights Reserved.