jp.littlesoft.web
クラス DefaultJNLP

java.lang.Object
  上位を拡張 jp.littlesoft.web.DefaultJNLP
すべての実装されたインタフェース:
Serializable

public class DefaultJNLP
extends Object
implements Serializable

関連項目:
直列化された形式

フィールドの概要
 Attributes appParams
           
 String codebase
           
 String j2seVer
           
 ArrayList<String> jars
           
 String jnlpFileName
           
 String mainClass
           
 String templateName
           
 String title
           
 String vendor
           
 
コンストラクタの概要
DefaultJNLP(ActionPage actionPage)
           
 
メソッドの概要
static String toDefaultCodeBase(javax.servlet.http.HttpServletRequest request)
           
static String toURL(javax.servlet.http.HttpServletRequest request)
           
 void write()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

mainClass

public String mainClass

codebase

public String codebase

title

public String title

vendor

public String vendor

j2seVer

public String j2seVer

templateName

public String templateName

jnlpFileName

public String jnlpFileName

jars

public final ArrayList<String> jars

appParams

public final Attributes appParams
コンストラクタの詳細

DefaultJNLP

public DefaultJNLP(ActionPage actionPage)
メソッドの詳細

write

public void write()

toDefaultCodeBase

public static String toDefaultCodeBase(javax.servlet.http.HttpServletRequest request)

toURL

public static String toURL(javax.servlet.http.HttpServletRequest request)


Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.