oracle.lite.web.workspaceAPI
クラス WTGApplication

java.lang.Object
  |
  +--oracle.lite.web.workspaceAPI.WTGApplication
 

public class WTGApplication
extends java.lang.Object

このクラスは、Web-to-GoのApplicationオブジェクトの構築に使用します。


コンストラクタの概要
WTGApplication(oracle.lite.web.JupApplication app)
          WTGApplicationオブジェクトを作成します。
 
メソッドの概要
 java.lang.String getDescription()
          Web-to-Goアプリケーションの説明を取得します。
 java.lang.String getIcon(javax.servlet.http.HttpServletRequest request)
          Web-to-Goアプリケーションのアイコンを取得します。
 java.lang.String getId()
          Web-to-GoアプリケーションのアプリケーションIDを取得します。
 java.lang.String getName()
          Web-to-Goアプリケーションの名前を取得します。
 java.lang.String getOffline()
          アプリケーションのオフライン情報を取得します。
 java.lang.String getPage()
          Web-to-Goアプリケーションのページを取得します。
 java.lang.String getPath()
          Web-to-Goアプリケーションのパスを取得します。
 
クラス java.lang.Objectから継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WTGApplication

public WTGApplication(oracle.lite.web.JupApplication app) 
WTGApplicationオブジェクトを作成します。
パラメータ:
app - JupApplication
メソッドの詳細

getName

public java.lang.String getName() 
Web-to-Goアプリケーションの名前を取得します。
戻り値:
Web-to-Goアプリケーションの名前

getPath

public java.lang.String getPath() 
Web-to-Goアプリケーションのパスを取得します。
戻り値:
Web-to-Goアプリケーションのパス

getDescription

public java.lang.String getDescription() 
Web-to-Goアプリケーションの説明を取得します。
戻り値:
Web-to-Goアプリケーションの説明

getPage

public java.lang.String getPage() 
Web-to-Goアプリケーションのページを取得します。
戻り値:
Web-to-Goアプリケーションのページ

getId

public java.lang.String getId() 
Web-to-GoアプリケーションのアプリケーションIDを取得します。
戻り値:
Web-to-GoアプリケーションのアプリケーションID

getIcon

public java.lang.String getIcon(javax.servlet.http.HttpServletRequest request) 
Web-to-Goアプリケーションのアイコンを取得します。
戻り値:
Web-to-Goアプリケーションのアイコン

getOffline

public java.lang.String getOffline() 
アプリケーションのオフライン情報を取得します。
戻り値:
アプリケーションのオフライン情報