com.liferay.portal.servlet
Class SoftwareCatalogServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.liferay.portal.servlet.SoftwareCatalogServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class SoftwareCatalogServlet
- extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
Method Summary |
protected String |
getBaseImageURL(javax.servlet.http.HttpServletRequest request)
|
protected long |
getGroupId(javax.servlet.http.HttpServletRequest request)
|
protected Date |
getOldestDate(javax.servlet.http.HttpServletRequest request)
|
protected Properties |
getRepoSettings(javax.servlet.http.HttpServletRequest request)
|
protected String |
getVersion(javax.servlet.http.HttpServletRequest request)
|
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoftwareCatalogServlet
public SoftwareCatalogServlet()
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Throws:
IOException
javax.servlet.ServletException
getBaseImageURL
protected String getBaseImageURL(javax.servlet.http.HttpServletRequest request)
getGroupId
protected long getGroupId(javax.servlet.http.HttpServletRequest request)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getOldestDate
protected Date getOldestDate(javax.servlet.http.HttpServletRequest request)
getRepoSettings
protected Properties getRepoSettings(javax.servlet.http.HttpServletRequest request)
getVersion
protected String getVersion(javax.servlet.http.HttpServletRequest request)