Uses of Interface
org.apache.cocoon.taglib.Tag

Packages that use Tag
org.apache.cocoon.faces   
org.apache.cocoon.faces.samples.carstore   
org.apache.cocoon.faces.samples.components.taglib   
org.apache.cocoon.faces.taglib   
org.apache.cocoon.faces.taglib.html   
org.apache.cocoon.taglib   
org.apache.cocoon.taglib.core   
org.apache.cocoon.taglib.datetime   
org.apache.cocoon.taglib.i18n   
org.apache.cocoon.taglib.jxpath.core   
org.apache.cocoon.taglib.string   
org.apache.cocoon.taglib.test   
 

Uses of Tag in org.apache.cocoon.faces
 

Methods in org.apache.cocoon.faces with parameters of type Tag
static UIComponentTag FacesUtils.findParentUIComponentTag(Tag tag)
           
static javax.faces.context.FacesContext FacesUtils.getFacesContext(Tag tag, Map objectModel)
          Find current FacesContext, and store it in the objectModel
 

Uses of Tag in org.apache.cocoon.faces.samples.carstore
 

Classes in org.apache.cocoon.faces.samples.carstore that implement Tag
 class FormatValidatorTag
          FormatValidatorTag is the tag handler class for FormatValidator tag, format_validator.
 

Uses of Tag in org.apache.cocoon.faces.samples.components.taglib
 

Classes in org.apache.cocoon.faces.samples.components.taglib that implement Tag
 class AreaTag
          UIComponentTag for an image map hotspot.
 class MapTag
          UIComponentTag for an image map.
 

Uses of Tag in org.apache.cocoon.faces.taglib
 

Classes in org.apache.cocoon.faces.taglib that implement Tag
 class ActionListenerTag
           
 class AttributeTag
           
 class ConvertDateTimeTag
           
 class ConverterTag
          Base class for converter tags.
 class ConvertNumberTag
           
 class FacetTag
           
 class LoadBundleTag
           
 class ParameterTag
           
 class SelectItemsTag
           
 class SelectItemTag
           
 class SubviewTag
           
 class UIComponentBodyTag
           
 class UIComponentTag
           
 class ValidateDoubleRangeTag
           
 class ValidateLengthTag
           
 class ValidateLongRangeTag
           
 class ValidateRequiredTag
           
 class ValidatorTag
          Base class for validator tags.
 class ValueChangeListenerTag
           
 class VerbatimTag
           
 class ViewTag
           
 

Uses of Tag in org.apache.cocoon.faces.taglib.html
 

Classes in org.apache.cocoon.faces.taglib.html that implement Tag
 class ColumnTag
           
 class CommandButtonTag
           
 class CommandLinkTag
           
 class DataTableTag
           
 class FormTag
           
 class GraphicImageTag
           
 class InputHiddenTag
           
 class InputSecretTag
           
 class InputTextareaTag
           
 class InputTextTag
           
 class MessagesTag
           
 class MessageTag
           
 class OutputFormatTag
           
 class OutputLabelTag
           
 class OutputLinkTag
           
 class OutputTextTag
           
 class PanelGridTag
           
 class PanelGroupTag
           
 class SelectBooleanCheckboxTag
           
 class SelectManyCheckboxTag
           
 class SelectManyListboxTag
           
 class SelectManyMenuTag
           
 class SelectOneListboxTag
           
 class SelectOneMenuTag
           
 class SelectOneRadioTag
           
 

Uses of Tag in org.apache.cocoon.taglib
 

Subinterfaces of Tag in org.apache.cocoon.taglib
 interface BodyTag
          The BodyTag interface extends IterationTag.
 interface IterationTag
          The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
 interface TransformerTag
           
 interface XMLConsumerTag
           
 interface XMLProducerTag
           
 

Classes in org.apache.cocoon.taglib that implement Tag
 class TagSupport
          Abstract implementation for all Tags
 class TransformerTagSupport
           
 class VarTagSupport
          Add support for setting and getting variables
 class VarTransformerTagSupport
           
 class VarXMLProducerTagSupport
           
 class XMLConsumerTagSupport
           
 class XMLProducerTagSupport
           
 

Fields in org.apache.cocoon.taglib declared as Tag
protected  Tag TagSupport.parent
           
 

Methods in org.apache.cocoon.taglib that return Tag
static Tag TagSupport.findAncestorWithClass(Tag from, Class klass)
          Find the instance of a given class type that is closest to a given instance.
 Tag TagSupport.getParent()
          Get the parent (closest enclosing tag handler) for this tag handler.
 Tag Tag.getParent()
          Get the parent (closest enclosing tag handler) for this tag handler.
 

Methods in org.apache.cocoon.taglib with parameters of type Tag
static Tag TagSupport.findAncestorWithClass(Tag from, Class klass)
          Find the instance of a given class type that is closest to a given instance.
 void TagSupport.setParent(Tag parent)
          Set the parent (closest enclosing tag handler) of this tag handler.
 void Tag.setParent(Tag parent)
          Set the parent (closest enclosing tag handler) of this tag handler.
 

Uses of Tag in org.apache.cocoon.taglib.core
 

Subinterfaces of Tag in org.apache.cocoon.taglib.core
 interface LoopTag
          Allows developers to write custom iteration tags by implementing the LoopTag interface.
 

Classes in org.apache.cocoon.taglib.core that implement Tag
 class ForEachSupport
          Support for tag handlers for <forEach>, the core iteration tag in JSTL 1.0.
 class LoopTagSupport
          Cocoon taglib allows developers to write custom iteration tags by implementing the LoopTag interface.
 class SourceTag
           
 

Uses of Tag in org.apache.cocoon.taglib.datetime
 

Classes in org.apache.cocoon.taglib.datetime that implement Tag
 class MonthsTag
          Tag months, used to loop through all the months of the year.
 

Uses of Tag in org.apache.cocoon.taglib.i18n
 

Classes in org.apache.cocoon.taglib.i18n that implement Tag
 class LocaleTag
           
 

Uses of Tag in org.apache.cocoon.taglib.jxpath.core
 

Classes in org.apache.cocoon.taglib.jxpath.core that implement Tag
 class ForEachTag
          A handler for <forEach> that accepts attributes as Strings and evaluates them as expressions at runtime.
 class OutTag
           
 

Uses of Tag in org.apache.cocoon.taglib.string
 

Classes in org.apache.cocoon.taglib.string that implement Tag
 class LowerCaseTag
           
 class StringTagSupport
           
 class TextRecordingTag
           
 class TrimTag
           
 class UpperCaseTag
           
 

Uses of Tag in org.apache.cocoon.taglib.test
 

Classes in org.apache.cocoon.taglib.test that implement Tag
 class HelloWorldTag
           
 class IterationTestTag
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.