|
|||||||||
| Home >> All >> org >> ujac >> print >> [ tag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ujac.print.tag
Class MacroTag

java.lang.Objectorg.ujac.print.BaseDocumentTag
org.ujac.print.tag.MacroTag
- All Implemented Interfaces:
- org.ujac.print.ParameterHolder, TagAttributes
- public class MacroTag
- extends org.ujac.print.BaseDocumentTag
- implements org.ujac.print.ParameterHolder
- extends org.ujac.print.BaseDocumentTag
Name: MacroTag
Description: Description of the class.
Log: $Log: MacroTag.java,v $
Log: Revision 1.3 2003/11/21 00:57:42 lauerc
Log: Made almost all attribute values behave dynamic using the Expression interpreter.
Log:
Log: Revision 1.2 2003/11/01 12:05:19 lauerc
Log: Added copyright notice.
Log:
Log: Revision 1.1 2003/09/29 21:15:03 lauerc
Log: Renamed classes from XyzItem to XyzTag.
Log:
Log: Revision 1.8 2003/07/23 22:49:26 lauerc
Log: Added attribute documentation.
Log:
Log: Revision 1.7 2003/07/21 05:35:28 lauerc
Log: Adjusted character handling to ForeachTag.
Log:
Log: Revision 1.6 2003/07/18 06:26:02 lauerc
Log: Content handling re-designed.
Log:
Log: Revision 1.5 2003/07/09 22:01:50 lauerc
Log: Implemented the getDescription method.
Log:
Log: Revision 1.4 2003/07/08 22:19:23 lauerc
Log: Implemented method getParameterDefinition.
Log:
Log: Revision 1.3 2003/07/07 06:59:15 lauerc
Log: Further progress towards completion.
Log:
Log: Revision 1.2 2003/07/06 22:02:52 lauerc
Log: Implemented interface ParameterHolder.
Log:
Log: Revision 1.1 2003/07/03 04:50:35 lauerc
Log: Initial revision.
Log:
- Version:
- $Revision: 1.3 $
| Field Summary | |
private MacroDefTag |
macroDef
The macro definition item. |
private java.lang.String |
name
The name attribute. |
static java.lang.String |
NAME
The item's name. |
private java.util.Map |
parameters
The parameter map. |
private static org.ujac.print.AttributeDefinition[] |
supportedAttributes
The item's supported attributes. |
private static org.ujac.print.ChildDefinition[] |
supportedChilds
The item's supported childs. |
| Fields inherited from class org.ujac.print.BaseDocumentTag |
attributes, condition, content, DEFAULT_FONT, DEFAULT_FONT_COLOR, DEFAULT_FONT_FAMILY, DEFAULT_FONT_SIZE, DEFAULT_FONT_STYLE, depth, documentHandler, parentItem, previousItem, supportedAttributeMap, tagFactory |
| Constructor Summary | |
MacroTag()
|
|
| Method Summary | |
void |
closeItem()
Closes the item. |
java.lang.String |
getDescription()
Gets a brief description for the item. |
java.lang.String |
getName()
Gets the item's name. |
org.ujac.print.ParameterDefinition |
getParameterDefinition(java.lang.String name)
Gets the definition of the given parameter. |
org.ujac.print.AttributeDefinition[] |
getSupportedAttributes()
Gets the list of supported attributes. |
org.ujac.print.ChildDefinition[] |
getSupportedChilds()
Gets the list of supported childs. |
void |
initialize()
Initializes the item. |
void |
openItem()
Opens the item. |
void |
setParameter(java.lang.String name,
java.lang.Object value)
Sets a parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
NAME
public static final java.lang.String NAME
- The item's name.
- See Also:
- Constant Field Values
supportedAttributes
private static final org.ujac.print.AttributeDefinition[] supportedAttributes
- The item's supported attributes.
supportedChilds
private static final org.ujac.print.ChildDefinition[] supportedChilds
- The item's supported childs.
macroDef
private MacroDefTag macroDef
- The macro definition item.
name
private java.lang.String name
- The name attribute.
parameters
private java.util.Map parameters
- The parameter map.
| Constructor Detail |
MacroTag
public MacroTag()
| Method Detail |
getName
public java.lang.String getName()
- Gets the item's name.
getDescription
public java.lang.String getDescription()
- Gets a brief description for the item.
getSupportedAttributes
public org.ujac.print.AttributeDefinition[] getSupportedAttributes()
- Gets the list of supported attributes.
getSupportedChilds
public org.ujac.print.ChildDefinition[] getSupportedChilds()
- Gets the list of supported childs.
initialize
public void initialize()
throws org.ujac.print.DocumentHandlerException
- Initializes the item.
openItem
public void openItem()
throws org.ujac.print.DocumentHandlerException
- Opens the item.
closeItem
public void closeItem()
throws org.ujac.print.DocumentHandlerException
- Closes the item.
setParameter
public void setParameter(java.lang.String name, java.lang.Object value)
- Sets a parameter.
- Specified by:
setParameterin interfaceorg.ujac.print.ParameterHolder
getParameterDefinition
public org.ujac.print.ParameterDefinition getParameterDefinition(java.lang.String name)
- Gets the definition of the given parameter.
- Specified by:
getParameterDefinitionin interfaceorg.ujac.print.ParameterHolder
|
|||||||||
| Home >> All >> org >> ujac >> print >> [ tag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC