com.plumtree.server.xui
Interface IServiceContent


public interface IServiceContent

IServiceContent represents the content for a single service page. The content is either transformed SCI, which has gone through the XSL transformer, or is HTML that has been gatewayed. In the later case, you can retrieve the gatewayed HTML as 2D Array of markup fragments.


Method Summary
 boolean ContentIsMarkupArray()
           
 java.lang.Object[][] GetMarkupFragment(IPTState pState)
           
 java.lang.String GetXUIPage()
           
 

Method Detail

ContentIsMarkupArray

boolean ContentIsMarkupArray()
Returns:

GetXUIPage

java.lang.String GetXUIPage()

GetMarkupFragment

java.lang.Object[][] GetMarkupFragment(IPTState pState)


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.