feat2.impl
クラス PageResponse

java.lang.Object
  拡張feat2.impl.PageResponse
すべての実装インタフェース:
Response

public class PageResponse
extends java.lang.Object
implements Response


コンストラクタの概要
PageResponse(PageConfig config)
           
 
メソッドの概要
 java.lang.String output(CommandContext ctx)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PageResponse

public PageResponse(PageConfig config)
メソッドの詳細

output

public java.lang.String output(CommandContext ctx)
                        throws java.io.IOException,
                               PropertyAccessException,
                               TemplateParsingException,
                               ApplicationException,
                               FileUploadException
定義:
インタフェース Response 内の output
パラメータ:
ctx -
戻り値:
レスポンスの委譲先。委譲しないときはnullを返す。
例外:
PropertyAccessException
ApplicationException
java.io.IOException
TemplateParsingException
FileUploadException