This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class GetMarkup

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.GetMarkup

public class GetMarkup
extends Object


Constructor Summary
GetMarkup()
           
GetMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 
Method Summary
 MarkupParams getMarkupParams()
           
 PortletContext getPortletContext()
           
 RegistrationContext getRegistrationContext()
           
 RuntimeContext getRuntimeContext()
           
 UserContext getUserContext()
           
 void setMarkupParams(MarkupParams markupParams)
           
 void setPortletContext(PortletContext portletContext)
           
 void setRegistrationContext(RegistrationContext registrationContext)
           
 void setRuntimeContext(RuntimeContext runtimeContext)
           
 void setUserContext(UserContext userContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMarkup

public GetMarkup()

GetMarkup

public GetMarkup(RegistrationContext registrationContext,
                 PortletContext portletContext,
                 RuntimeContext runtimeContext,
                 UserContext userContext,
                 MarkupParams markupParams)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)

getPortletContext

public PortletContext getPortletContext()

setPortletContext

public void setPortletContext(PortletContext portletContext)

getRuntimeContext

public RuntimeContext getRuntimeContext()

setRuntimeContext

public void setRuntimeContext(RuntimeContext runtimeContext)

getUserContext

public UserContext getUserContext()

setUserContext

public void setUserContext(UserContext userContext)

getMarkupParams

public MarkupParams getMarkupParams()

setMarkupParams

public void setMarkupParams(MarkupParams markupParams)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification