| org.apache.portals.gems.file.FilePortlet
FilePortlet | public class FilePortlet extends GenericServletPortlet (Code) | | FilePortlet
author: David Sean Taylor version: $Id: FilePortlet.java 601037 2007-12-04 18:50:55Z taylor $ |
BLOCK_SIZE | final static int BLOCK_SIZE(Code) | | |
PARAM_LOCATION | final public static String PARAM_LOCATION(Code) | | Is the file stored in the webapp or outside of the webapp? valid values
"webapp" and "filesystem", defaults to webapp
|
PARAM_SOURCE_BASE_PATH | final public static String PARAM_SOURCE_BASE_PATH(Code) | | Name of portlet preference for source file url
|
PARAM_SOURCE_FILE | final public static String PARAM_SOURCE_FILE(Code) | | Name of portlet preference for source file url
|
PARAM_SOURCE_FILE_PATH | final public static String PARAM_SOURCE_FILE_PATH(Code) | | Name of portlet preference for source file url
|
PARAM_USE_LANGUAGE | final public static String PARAM_USE_LANGUAGE(Code) | | |
doView | public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
init | public void init(PortletConfig config) throws PortletException(Code) | | |
renderFile | protected void renderFile(RenderResponse response, List paths) throws PortletException, IOException(Code) | | |
setContentType | protected void setContentType(String path, RenderResponse response)(Code) | | |
|
|