站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Interface org.netbeans.lib.uihandler.MultiPartHandler.RequestFacade (UI Handler Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.lib.uihandler 1.10

Uses of Interface
org.netbeans.lib.uihandler.MultiPartHandler.RequestFacade

Uses of MultiPartHandler.RequestFacade in org.netbeans.lib.uihandler
 

Constructors in org.netbeans.lib.uihandler with parameters of type MultiPartHandler.RequestFacade
MultiPartHandler(MultiPartHandler.RequestFacade request, String tmpDirectory)
          Instantiate a new multipart handler with default
MultiPartHandler(MultiPartHandler.RequestFacade request, String tmpDirectory, int maxUploadSize)
           
MultiPartHandler(MultiPartHandler.RequestFacade request, String tmpDirectory, int maxUploadSize, String fieldEncoding)
          Instantiate a new OneUpload to handle the given request, saving any uploaded files to the given directory and limiting the upload size to maxUploadSize.
 


org.netbeans.lib.uihandler 1.10

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.