| Constructors in com.tobesoft.xplatform.tx with parameters of type PlatformRequest |
PlatformResponse(PlatformRequest req)
PlatformRequest를 가지는 생성자이다.
|
PlatformResponse(java.io.OutputStream out,
PlatformRequest req)
OutputStream과 PlatformRequest를 가지는 생성자이다.
|
PlatformResponse(java.io.Writer writer,
PlatformRequest req)
Writer와 PlatformRequest를 가지는 생성자이다.
|
PartPlatformResponse(PlatformRequest req)
PlatformRequest를 가지는 생성자이다.
|
PartPlatformResponse(java.io.OutputStream out,
PlatformRequest req)
OutputStream과 PlatformRequest를 가지는 생성자이다.
|
PartPlatformResponse(java.io.Writer writer,
PlatformRequest req)
Writer와 PlatformRequest를 가지는 생성자이다.
|
JavaTypePlatformResponse(PlatformRequest req)
PlatformRequest를 가지는 생성자이다.
|
JavaTypePlatformResponse(java.io.OutputStream out,
PlatformRequest req)
OutputStream과 PlatformRequest를 가지는 생성자이다.
|
JavaTypePlatformResponse(java.io.Writer writer,
PlatformRequest req)
Writer와 PlatformRequest를 가지는 생성자이다.
|
HttpPlatformResponse(javax.servlet.http.HttpServletResponse httpRes,
PlatformRequest req)
HttpServletResponse와 PlatformRequest를 가지는 생성자이다.
|
HttpPlatformResponse(javax.servlet.http.HttpServletResponse httpRes,
java.io.Writer out,
PlatformRequest req)
HttpServletResponse, Writer와 PlatformRequest를 가지는 생성자이다.
|
HttpPartPlatformResponse(javax.servlet.http.HttpServletResponse httpRes,
PlatformRequest req)
HttpServletResponse와 PlatformRequest를 가지는 생성자이다.
|
HttpPartPlatformResponse(javax.servlet.http.HttpServletResponse httpRes,
java.io.Writer out,
PlatformRequest req)
HttpServletResponse, Writer와 PlatformRequest를 가지는 생성자이다.
|
HttpJavaTypePlatformResponse(javax.servlet.http.HttpServletResponse httpRes,
PlatformRequest req)
HttpServletResponse와 PlatformRequest를 가지는 생성자이다.
|
HttpJavaTypePlatformResponse(javax.servlet.http.HttpServletResponse httpRes,
java.io.Writer out,
PlatformRequest req)
HttpServletResponse, Writer와 PlatformRequest를 가지는 생성자이다.
|