com.stimulsoft.flex.utils
Class StiHtmlWrapBuilder

java.lang.Object
  extended by com.stimulsoft.flex.utils.StiHtmlWrapBuilder

public class StiHtmlWrapBuilder
extends Object

Конструктор по созданию html обертки для отображения флеш приложения. Copyright Stimulsoft


Constructor Summary
StiHtmlWrapBuilder(int port, String queryParams, String fxKey)
          Конструктор для десктопа.
StiHtmlWrapBuilder(String requestURI, Map<String,String[]> map, String fxKey)
          Конструктор для веб.
 
Method Summary
 InputStream getHtmlStream()
           
 String getHtmlText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiHtmlWrapBuilder

public StiHtmlWrapBuilder(String requestURI,
                          Map<String,String[]> map,
                          String fxKey)
Конструктор для веб.

Parameters:
requestURI - URI приложения
map - параметры отчета
fxKey - ключ ресурса

StiHtmlWrapBuilder

public StiHtmlWrapBuilder(int port,
                          String queryParams,
                          String fxKey)
Конструктор для десктопа.

Parameters:
port - порт приложения
queryParams - строка параметров
fxKey - ключ ресурса
Method Detail

getHtmlText

public String getHtmlText()
                   throws StiException
Returns:
Html файл.
Throws:
StiException
IOException

getHtmlStream

public InputStream getHtmlStream()
                          throws StiException
Throws:
StiException


Copyright © 2017 Stimulsoft. All Rights Reserved.