|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.jasper.compiler.JspLineMapItem
Data structure used for each individual line map item. This data structure has a set of numbers representing the beginning and ending jsp line numbers and the associated generated servlet lines.
コンストラクタの概要 | |
JspLineMapItem()
|
メソッドの概要 | |
int |
getBeginJspColNr()
Get the beginning jsp column number |
int |
getBeginJspLnr()
Get the beginning jsp line number |
int |
getBeginServletLnr()
Get the beginning servlet line number |
int |
getEndJspColNr()
Get the ending jsp column number |
int |
getEndJspLnr()
Get the ending jsp line number |
int |
getEndServletLnr()
Get the ending servlet line number |
int |
getStartJspFileNr()
Get the index of the starting jsp file |
int |
getStopJspFileNr()
Get the index of the stopping jsp file |
void |
setBeginJspColNr(int item)
Set the beginning jsp column number |
void |
setBeginJspLnr(int item)
Set the beginning jsp line number |
void |
setBeginServletLnr(int item)
Set the beginning servlet line number |
void |
setEndJspColNr(int item)
Set the ending jsp column number |
void |
setEndJspLnr(int item)
Set the ending jsp line number |
void |
setEndServletLnr(int item)
Set the ending servlet line number |
void |
setStartJspFileNr(int item)
Set the index of the starting jsp file |
void |
setStopJspFileNr(int item)
Set the index of the stopping jsp file |
java.lang.String |
toString()
Convert data structure to a string |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public JspLineMapItem()
メソッドの詳細 |
public void setBeginServletLnr(int item)
public int getBeginServletLnr()
public void setEndServletLnr(int item)
public int getEndServletLnr()
public void setStartJspFileNr(int item)
public int getStartJspFileNr()
public void setBeginJspLnr(int item)
public int getBeginJspLnr()
public void setBeginJspColNr(int item)
public int getBeginJspColNr()
public void setStopJspFileNr(int item)
public int getStopJspFileNr()
public void setEndJspLnr(int item)
public int getEndJspLnr()
public void setEndJspColNr(int item)
public int getEndJspColNr()
public java.lang.String toString()
java.lang.Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |