| com.nabhinc.portlet.base.BasePortlet com.nabhinc.portlet.file.FilePortlet
FilePortlet | public class FilePortlet extends BasePortlet (Code) | | author: Padmanabh Dabke author: (c) 2003 Nabh Information Systems, Inc. All Rights Reserved. |
Constructor Summary | |
public | FilePortlet() Do nothing constructor. |
Method Summary | |
public void | doAdmin(RenderRequest request, RenderResponse response) | public void | doView(RenderRequest request, RenderResponse response) | public void | init(PortletConfig config) Gets the path of the file to be served. | public void | processAction(ActionRequest aReq, ActionResponse aRes) |
ADMIN_PAGE_PARAM | final public static String ADMIN_PAGE_PARAM(Code) | | |
CONTENT_CACHE_ATTRIBUTE | final public static String CONTENT_CACHE_ATTRIBUTE(Code) | | |
FILE_CONTENT_PARAM | final public static String FILE_CONTENT_PARAM(Code) | | |
HTML_FILE_PATH | final public static String HTML_FILE_PATH(Code) | | |
WRITE_ACCESS_ERROR_ATTRIBUTE | final public static String WRITE_ACCESS_ERROR_ATTRIBUTE(Code) | | |
XHTML_FILE_PATH | final public static String XHTML_FILE_PATH(Code) | | |
FilePortlet | public FilePortlet()(Code) | | Do nothing constructor.
|
doAdmin | public void doAdmin(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
doView | public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
init | public void init(PortletConfig config) throws PortletException(Code) | | Gets the path of the file to be served. The file path can be configured
in one of two ways. You can either specify an absolute path via
fileURL 's init parameter by using: file:// .
A URL starting with http:// can also be specified as the value
of fileURL parameter.
Alternatively, filePath can also be used to specify a relative
path to the context path.
|
processAction | public void processAction(ActionRequest aReq, ActionResponse aRes) throws PortletException, IOException(Code) | | |
Methods inherited from com.nabhinc.portlet.base.BasePortlet | public void debug(String method, String msg)(Code)(Java Doc) public void doAdmin(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void doConfig(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) protected void doDispatch(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void doHelp(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void doPreview(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void error(String method, String msg)(Code)(Java Doc) protected String getAdminJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getConfigJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getContentJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getEditJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getHelpJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getLocalizedJSP(Locale locale, String path)(Code)(Java Doc) protected String getPreviewJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getRealPath(PortletContext pContext, String relPath)(Code)(Java Doc) public void info(String method, String msg)(Code)(Java Doc) public void init(PortletConfig config) throws PortletException(Code)(Java Doc) public void warning(String method, String msg)(Code)(Java Doc)
|
|
|