|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jecars.output.CARS_DefaultOutputGenerator
org.jecars.output.CARS_OutputGenerator_Atom
public class CARS_OutputGenerator_Atom
CARS_OutputGenerator_HTML
| Constructor Summary | |
|---|---|
CARS_OutputGenerator_Atom()
Creates a new instance of CARS_OutputGenerator_HTML |
|
| Method Summary | |
|---|---|
void |
addChildNodeEntry(CARS_ActionContext pContext,
java.lang.StringBuilder pMessage,
javax.jcr.Node pChildNode)
Add child node entry |
void |
addThisNodeEntry(CARS_ActionContext pContext,
java.lang.StringBuilder pMessage,
javax.jcr.Node pThisNode,
long pFromNode,
long pToNode)
Add node entry, the current (this) node |
void |
createFooter(CARS_ActionContext pContext,
java.lang.StringBuilder pMessage)
Create the footer of the message |
void |
createHeader(CARS_ActionContext pContext,
java.lang.StringBuilder pMessage)
Create the header of the message |
| Methods inherited from class org.jecars.output.CARS_DefaultOutputGenerator |
|---|
isFeed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jecars.output.CARS_OutputGenerator |
|---|
isFeed |
| Constructor Detail |
|---|
public CARS_OutputGenerator_Atom()
| Method Detail |
|---|
public void createHeader(CARS_ActionContext pContext,
java.lang.StringBuilder pMessage)
createHeader in interface CARS_OutputGeneratorcreateHeader in class CARS_DefaultOutputGeneratorpContext - The action contextpMessage - the string builder in which the header must be added
public void createFooter(CARS_ActionContext pContext,
java.lang.StringBuilder pMessage)
createFooter in interface CARS_OutputGeneratorcreateFooter in class CARS_DefaultOutputGeneratorpContext - The action contextpMessage - the string builder in which the header must be added
public void addThisNodeEntry(CARS_ActionContext pContext,
java.lang.StringBuilder pMessage,
javax.jcr.Node pThisNode,
long pFromNode,
long pToNode)
throws javax.jcr.RepositoryException,
java.lang.Exception
addThisNodeEntry in interface CARS_OutputGeneratoraddThisNodeEntry in class CARS_DefaultOutputGeneratorpContext - The action contextpMessage - the string builder in which the header must be addedpThisNode - the this nodepFromNode - from node numberpToNode - to node number
javax.jcr.RepositoryException
java.lang.Exception
public void addChildNodeEntry(CARS_ActionContext pContext,
java.lang.StringBuilder pMessage,
javax.jcr.Node pChildNode)
throws javax.jcr.RepositoryException,
java.lang.Exception
addChildNodeEntry in interface CARS_OutputGeneratoraddChildNodeEntry in class CARS_DefaultOutputGeneratorpContext - The action contextpMessage - the string builder in which the header must be addedpChildNode - the this node
javax.jcr.RepositoryException
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||