站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

EmptyMarkupBehavior - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.wsrp.v1.consumer.behaviors
Class EmptyMarkupBehavior

java.lang.Object
  extended byorg.jboss.portal.test.wsrp.framework.TestProducerBehavior
      extended byorg.jboss.portal.test.wsrp.framework.MarkupBehavior
          extended byorg.jboss.portal.test.wsrp.v1.consumer.behaviors.EmptyMarkupBehavior

public class EmptyMarkupBehavior
extends MarkupBehavior

Since:
2.6
Version:
$Revision$
Author:
Chris Laprun

Field Summary
static java.lang.String PORTLET_HANDLE
           
 
Fields inherited from class org.jboss.portal.test.wsrp.framework.MarkupBehavior
portletHandle
 
Fields inherited from class org.jboss.portal.test.wsrp.framework.TestProducerBehavior
callCount
 
Constructor Summary
EmptyMarkupBehavior()
           
 
Method Summary
 java.lang.String getMarkupString(Mode mode, WindowState windowState, java.lang.String navigationalState, GetMarkup getMarkup)
          Returns a markup String based on the passed information.
 
Methods inherited from class org.jboss.portal.test.wsrp.framework.MarkupBehavior
getPortletHandle, modifyResponseIfNeeded, performBlockingInteraction
 
Methods inherited from class org.jboss.portal.test.wsrp.framework.TestProducerBehavior
incrementCallCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTLET_HANDLE

public static final java.lang.String PORTLET_HANDLE
See Also:
Constant Field Values
Constructor Detail

EmptyMarkupBehavior

public EmptyMarkupBehavior()
Method Detail

getMarkupString

public java.lang.String getMarkupString(Mode mode,
                                        WindowState windowState,
                                        java.lang.String navigationalState,
                                        GetMarkup getMarkup)
Description copied from class: MarkupBehavior
Returns a markup String based on the passed information.

Specified by:
getMarkupString in class MarkupBehavior
Parameters:
mode - the requested mode
windowState - the requested window state
navigationalState - the current navigational state
getMarkup - the original GetMarkup request (in case more information is required by this behavior)
Returns:
a possibly null markup String