您好,登錄后才能下訂單哦!
這篇“Java2中HTML改造方法是什么”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“Java2中HTML改造方法是什么”文章吧。
Buildjava2html方法最后調用了O01055方法,看來這個方法是最終生成html頁面的方法了.
既然如此,那么我們就把這個方法中出現的所有write方法中的參數加上”.getBytes(encoding)”,而這個encoding在構造方法中已經用用戶指定的編碼賦值了.
修改過的是這樣的:
public void O01055()
throws Exception
{
Hashtable hashtable = O01093();
Enumeration enumeration = hashtable.keys();
object obj = null;
Object obj1 = null;
while(enumeration.hasMoreElements())
{
String s = (String)enumeration.nextElement();
O01090 o01090 = (O01090)hashtable.get(s);
File file = new File(O01045);
String s1 = file.getAbsolutePath();
if(!s1.endsWith(File.separator))
{
s1 = s1 + File.separator;
}
String s2 = null;
if(o01090.O01082.equals(""))
{
s2 = s1 + o01090.O01006 + ".java.html";
} else
{
s2 = s1 + O07.O01015(o01090.O01082, File.separatorChar) + File.separatorChar + o01090.O01006 + ".java.html";
}
File file1 = new File(s1 + O07.O01015(o01090.O01082, '/'));
file1.mkdirs();
O01025 o01025 = new O01025(s2, O01040, O01041);
FileReader filereader = new FileReader(s);
o01025.O01032(false);
String s3 = ".";
if(o01090.O01082.length() == 0)
{
s3 = "";
}
O07.setEncoding(encoding);
String s4 = O07.O01018(o01090.O01082);
String s5 = O01117(s4);
o01025.write(new String(O07.O01004(s5 + "stylesheet.css", o01090.O01082 + s3 + o01090.O01006).getBytes(encoding)));
o01025.write(new String(O07.O01011(o01090.O01006, "", O01012).getBytes(encoding)));
o01025.write(new String(o01025.O01037().getBytes(encoding)));
o01025.O01032(true);
boolean flag = false;
try
{
O0106.O0108(filereader, o01025, s5, this, O01051);
o01025.O01032(false);
}
catch(O0109 _ex)
{
flag = true;
System.out.println("Parse Error, Non-Legal Java File. (2nd Parse - File has changed since first pars" +
"e)"
);
}
catch(IOException _ex)
{
flag = true;
System.out.println("IO Error. (2nd Parse)");
}
finally
{
try
{
o01025.write(new String(O07.O01013(o01090.O01006, "", O01014).getBytes(encoding)));
o01025.write(new String(O07.O01007().getBytes(encoding)));
o01025.close();
}
catch(IOException _ex) { }
try
{
filereader.close();
}
catch(IOException _ex) { }
}
if(!flag)
{
System.out.println("Created: " + s2);
}
}
}
從這個方法中可以看出所有的資源都是從O07類中來得.
以上就是關于“Java2中HTML改造方法是什么”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。