Liferay 6.2-ce-ga5

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:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SoftwareCatalogServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Constructor Summary
SoftwareCatalogServlet()
           
 
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
 

Constructor Detail

SoftwareCatalogServlet

public SoftwareCatalogServlet()
Method Detail

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)

Liferay 6.2-ce-ga5