Uses of Interface
org.ujac.print.PhraseHolder

Packages that use PhraseHolder
org.ujac.print   
org.ujac.print.tag   
 

Uses of PhraseHolder in org.ujac.print
 

Classes in org.ujac.print that implement PhraseHolder
 class DynamicContentContainer
          Name: DynamicContentContainer
Description: A container tag holding results of dynamic content evaluation.
 

Methods in org.ujac.print that return PhraseHolder
 PhraseHolder DocumentHandler.latestPhraseHolder()
          Gets the first item from the top of the stack that implements the PhraseHolder interface.
 

Methods in org.ujac.print with parameters of type PhraseHolder
 void BaseDocumentTag.handleContent(PhraseHolder phraseHolder)
          Adds the current content to the given PhraseHolder while taking care of ${pageCount} expressions.
 

Uses of PhraseHolder in org.ujac.print.tag
 

Classes in org.ujac.print.tag that implement PhraseHolder
 class BaseCellTag
          Name: BaseCellTag
Description: A base class for cell tags.
 class BaseFontTag
          Name: BaseFontTag.java
Description: Base class for font handling tags.
 class BoldTag
          Name: BoldTag
Description: A class handling bold font items.
 class BoxTag
          Name: BoxTag
Description: Places a text box at a fix position on the current page.
 class CaseTag
          Name: CaseTag
Description: A class handling 'case' items.
 class ColumnTextTag
          Name: ColumnTextTag
Description: A class handling <column-text> tags.
 class ConditionTag
          Name: ConditionTag.java
Description: Base implementation of conditional tags.
 class DefaultTag
          Name: DefaultTag
Description: A class handling 'default' items.
 class ElseTag
          Name: ElseTag.java
Description: A class handling else items.
 class FontTag
          Name: FontTag
Description: A class handling font items.
 class FooterPartTag
          Name: FooterPartTag.java
Description: Class handling <footer-part> tags.
 class ForeachTag
          Name: ForeachTag
Description: A class iterating over a given sequence (list, table etc.) and repeats the nested body for each element of the sequence.
 class HeaderFooterPartTag
          Name: HeaderFooterPartTag.java
Description: Base class for header and footer part tags.
 class HeaderPartTag
          Name: HeaderPartTag.java
Description: Class handling <header-part> tags.
 class HeadTag
          Name: HeadTag
Description: Handler class for tag <head>.
 class IfTag
          Name: IfTag
Description: A class handling if items.
 class IndexTag
          Name: IndexTag
Description: Handler class for the <index> tag.
This tag loops over the table of contents entries, which have been registered during the main document processing step and prints tag entries in alphabetic order which are marked as index relevant.
 class ItalicTag
          Name: ItalicTag
Description: A class handling italiv font items.
 class ListItemTag
          Name: ListItemTag
Description: Class handling list-item tags.
 class ListSymbolTag
          Name: ListSymbolTag
Description: A class handling the list-symbol tag.
 class ParagraphTag
          Name: ParagraphTag.java
Description: A class handling <paragraph> tags.
 class PdfCellTag
          Name: PdfCellTag
Description: A class handling 'cell' items.
 class PhraseTag
          Name: PhraseTag
Description: A class handling <phrase> tags.
 class RowCellTag
          Name: RowCellTag
Description: Handler class for the tag 'cell-style'.
 class SpanTag
          Name: SpanTag
Description: A class handling Span items.
 class SubscriptTag
          Name: SubscriptTag
Description: A class, printing the nested text as sub script.
 class SuperscriptTag
          Name: SuperscriptTag
Description: A class, printing the nested text as super script.
 class TocTag
          Name: TocTag
Description: Handler class for the <toc> tag.
This tag loops over the table of contents entries, which have been registered during the main document processing step.
 class UnderlineTag
          Name: UnderlineTag
Description: A class handling underline font items.
 class WatermarkTag
          Name: WatermarkTag
Description: A class handling <watermark> tags.
 

Fields in org.ujac.print.tag declared as PhraseHolder
protected  PhraseHolder BaseFontTag.phraseHolder
          The surrounding phrase holder.
protected  PhraseHolder ForeachTag.phraseHolder
          The phrase holder.
protected  PhraseHolder TocTag.phraseHolder
          The phrase holder.
protected  PhraseHolder AnchorTag.phraseHolder
          The phrase holder.
protected  PhraseHolder ConditionTag.phraseHolder
          The phrase holder.
protected  PhraseHolder IndexTag.phraseHolder
          The phrase holder.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.