com.liferay.portal.servlet
Class SoftwareCatalogServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.liferay.portal.servlet.SoftwareCatalogServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SoftwareCatalogServlet
extends javax.servlet.http.HttpServlet

View Source

Author:
Jorge Ferrer
See Also:
Serialized Form

Constructor Summary
SoftwareCatalogServlet()
           
 
Method Summary
protected  java.lang.String getBaseImageURL(javax.servlet.http.HttpServletRequest req)
           
protected  long getGroupId(javax.servlet.http.HttpServletRequest req)
           
protected  java.util.Date getOldestDate(javax.servlet.http.HttpServletRequest req)
           
protected  java.util.Properties getRepoSettings(javax.servlet.http.HttpServletRequest req)
           
protected  java.lang.String getVersion(javax.servlet.http.HttpServletRequest req)
           
 void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
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
 

Constructor Detail

SoftwareCatalogServlet

public SoftwareCatalogServlet()
Method Detail

service

public void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws java.io.IOException,
                    javax.servlet.ServletException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
java.io.IOException
javax.servlet.ServletException

getBaseImageURL

protected java.lang.String getBaseImageURL(javax.servlet.http.HttpServletRequest req)

getGroupId

protected long getGroupId(javax.servlet.http.HttpServletRequest req)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getOldestDate

protected java.util.Date getOldestDate(javax.servlet.http.HttpServletRequest req)

getRepoSettings

protected java.util.Properties getRepoSettings(javax.servlet.http.HttpServletRequest req)

getVersion

protected java.lang.String getVersion(javax.servlet.http.HttpServletRequest req)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException