public final class StreamPageContent extends Object
Constructor and Description |
---|
StreamPageContent(Class<?> pageClass) |
StreamPageContent(Class<?> pageClass,
Object... pageActivationContext) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getPageActivationContext()
Returns the activation context of the page.
|
Class<?> |
getPageClass()
Returns the class of the page to render.
|
public StreamPageContent(Class<?> pageClass)
pageClass
- class of the page to renderpublic StreamPageContent(Class<?> pageClass, Object... pageActivationContext)
pageClass
- class of the page to renderpageActivationContext
- activation context of the pagepublic Class<?> getPageClass()
public Object[] getPageActivationContext()
Copyright © 2003-2012 The Apache Software Foundation.