|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.moremotion.page.ADOMFormatter
public class ADOMFormatter
Formats ADOMs into XML Strings.
Constructor Summary | |
---|---|
ADOMFormatter(ADOM adom,
MoreMotionRequest request,
PageDataRequest pdr)
Creates a new ADOMFormatter. |
|
ADOMFormatter(ADOM adom,
MoreMotionRequest request,
java.lang.String rootTagName,
java.lang.String resBundleName)
Creates a new ADOMFormatter. |
Method Summary | |
---|---|
java.lang.String |
format()
Formats the ADOM and returns the formatted string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ADOMFormatter(ADOM adom, MoreMotionRequest request, PageDataRequest pdr)
adom
- The ADOM object to be formatted.request
- MoreMotionRequest objectpdr
- PageDataRequest object that specifies the data requested by the current page.public ADOMFormatter(ADOM adom, MoreMotionRequest request, java.lang.String rootTagName, java.lang.String resBundleName)
adom
- The ADOM object to be formatted.request
- MoreMotionRequest objectrootTagName
- the name of the root tagresBundleName
- The name of the resource bundleMethod Detail |
---|
public java.lang.String format() throws ADOMFormatingException
ADOMFormatingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |