Uses of Class
com.sapportals.portal.prt.component.PortalComponentContentType

Packages that use PortalComponentContentType
com.sapportals.portal.prt.component   
 

Uses of PortalComponentContentType in com.sapportals.portal.prt.component
 

Fields in com.sapportals.portal.prt.component declared as PortalComponentContentType
static PortalComponentContentType PortalComponentContentType.HTML
           
static PortalComponentContentType PortalComponentContentType.WML
           
static PortalComponentContentType PortalComponentContentType.RSS
           
static PortalComponentContentType PortalComponentContentType.XML
           
 

Methods in com.sapportals.portal.prt.component that return PortalComponentContentType
 PortalComponentContentType IPortalComponentResponse.getContentType()
          Returns the reponse type of this response
static PortalComponentContentType PortalComponentContentType.parse(java.lang.String type)
          Check if there is already a content type defined for the given type.
 

Methods in com.sapportals.portal.prt.component with parameters of type PortalComponentContentType
 void IPortalComponentResponse.setContentType(PortalComponentContentType type)
          Sets the response type of this response.