|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataBean
Method Summary | |
---|---|
void |
fromXML(org.w3c.dom.Node domNode)
Decodes the XML Element and sets the element values as the bean properties |
void |
fromXML(java.lang.String xml)
Decodes the XML string and sets the element values as the bean properties |
java.lang.String |
toXML()
Encodes the object properties to XML |
MessageMap |
updateProperties(org.apache.jetspeed.portlet.PortletRequest portletRequest)
updates the properties of the bean from the portlet request |
Method Detail |
---|
MessageMap updateProperties(org.apache.jetspeed.portlet.PortletRequest portletRequest)
portletRequest
- - The portletrequest containing the prperties to represent.
java.lang.String toXML()
void fromXML(java.lang.String xml)
void fromXML(org.w3c.dom.Node domNode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |