feat2
インタフェース Response

既知の実装クラスの一覧:
ForwardResponse, PageResponse, RedirectResponse

public interface Response


メソッドの概要
 java.lang.String output(CommandContext ctx)
           
 

メソッドの詳細

output

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