Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.directory
Class DirectoryEntryOutputTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTagBase
      extended by javax.faces.webapp.UIComponentClassicTagBase
          extended by javax.faces.webapp.UIComponentTag
              extended by org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntryOutputTag
All Implemented Interfaces:
BodyTag, IterationTag, JspIdConsumer, JspTag, Tag

Deprecated. facelets do not use the tag class

@Deprecated
public class DirectoryEntryOutputTag
extends UIComponentTag

Tag for directory entry component.

Author:
Anahide Tchertchian

Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Constructor Summary
DirectoryEntryOutputTag()
          Deprecated.  
 
Method Summary
 String getComponentType()
          Deprecated.  
 String getDirectoryName()
          Deprecated.  
 Boolean getDisplayIdAndLabel()
          Deprecated.  
 String getRendererType()
          Deprecated.  
 Boolean getTranslate()
          Deprecated.  
 void setDirectoryName(String directoryName)
          Deprecated.  
 void setDisplayIdAndLabel(Boolean displayIdAndLabel)
          Deprecated.  
 void setTranslate(Boolean translate)
          Deprecated.  
 
Methods inherited from class javax.faces.webapp.UIComponentTag
getParentUIComponentTag, isValueReference, release, setBinding, setRendered
 
Methods inherited from class javax.faces.webapp.UIComponentClassicTagBase
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getComponentInstance, getCreated, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, setPageContext, setParent
 

Constructor Detail

DirectoryEntryOutputTag

public DirectoryEntryOutputTag()
Deprecated. 
Method Detail

getComponentType

public String getComponentType()
Deprecated. 
Specified by:
getComponentType in class UIComponentTagBase
See Also:
UIComponentTagBase.getComponentType()

getRendererType

public String getRendererType()
Deprecated. 
Specified by:
getRendererType in class UIComponentTagBase
See Also:
UIComponentTagBase.getRendererType()

getDirectoryName

public String getDirectoryName()
Deprecated. 

setDirectoryName

public void setDirectoryName(String directoryName)
Deprecated. 

getDisplayIdAndLabel

public Boolean getDisplayIdAndLabel()
Deprecated. 

setDisplayIdAndLabel

public void setDisplayIdAndLabel(Boolean displayIdAndLabel)
Deprecated. 

getTranslate

public Boolean getTranslate()
Deprecated. 

setTranslate

public void setTranslate(Boolean translate)
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.