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

TestRenderContext - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.theme.render
Class TestRenderContext

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.theme.render.TestRenderContext

public class TestRenderContext
extends TestCase

Version:
$Revision: 5477 $
Author:
Martin Holzner
See Also:
Serialized Form

Field Summary
private  PortalLayout layout
           
private  LayoutService layoutService
           
private  ModifiableWindowResult markupResult
           
private  AttributeResolver navCtx
           
private  int order
           
private  java.util.Map pageProps
           
private  PageService pageService
           
private  java.util.Map portalProps
           
private  PortalRenderSet renderSet
           
private  RuntimeContext runtimeContext
           
private  ServerRequest serverRequest
           
private  HTTPStreamInfo streamInfo
           
private  WindowContext windowContext
           
 
Constructor Summary
TestRenderContext()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testConstructor()
           
 void testConstructor2()
           
 void testRenderContext()
           
 void testRenderContext2()
           
 void testRenderContext3()
          Test the overwrite behaviour of window properties Window Properties can
 void testRenderContext4()
           
 void testRenderContext5()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

markupResult

private ModifiableWindowResult markupResult

runtimeContext

private RuntimeContext runtimeContext

renderSet

private PortalRenderSet renderSet

layout

private PortalLayout layout

windowContext

private WindowContext windowContext

order

private int order

layoutService

private LayoutService layoutService

pageService

private PageService pageService

streamInfo

private HTTPStreamInfo streamInfo

serverRequest

private ServerRequest serverRequest

navCtx

private AttributeResolver navCtx

portalProps

private java.util.Map portalProps

pageProps

private java.util.Map pageProps
Constructor Detail

TestRenderContext

public TestRenderContext()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testConstructor

public void testConstructor()

testConstructor2

public void testConstructor2()

testRenderContext

public void testRenderContext()

testRenderContext2

public void testRenderContext2()

testRenderContext3

public void testRenderContext3()
Test the overwrite behaviour of window properties Window Properties can


testRenderContext4

public void testRenderContext4()

testRenderContext5

public void testRenderContext5()