java.lang.Object | |||
↳ | com.microstrategy.web.transform.AbstractLayoutSource | ||
↳ | com.microstrategy.web.transform.LayoutSourceFile | ||
↳ | com.microstrategy.web.app.transforms.AppLayoutSourceFile |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppLayoutSourceFile() |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InputStream |
getLayoutAsStream(String filePath)
Returns an InputStream for reading the layout XHTML at the specified
layout location.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||
![]()
|
Returns an InputStream for reading the layout XHTML at the specified
layout location. The default implementation takes the input parameter
location
as a full path to a physical file in your local
disk.
filePath | the layout location, defined in the StyleCatalog XML file. |
---|
WebTransformException |
---|