com.liferay.portlet.imagegallery.util
Class IGUtil

java.lang.Object
  extended by com.liferay.portlet.imagegallery.util.IGUtil

public class IGUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
IGUtil()
           
 
Method Summary
static java.lang.String getBreadcrumbs(com.liferay.portlet.imagegallery.model.IGFolder folder, com.liferay.portlet.imagegallery.model.IGImage image, javax.servlet.jsp.PageContext pageContext, javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
static java.lang.String getBreadcrumbs(long folderId, long imageId, javax.servlet.jsp.PageContext pageContext, javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGUtil

public IGUtil()
Method Detail

getBreadcrumbs

public static java.lang.String getBreadcrumbs(long folderId,
                                              long imageId,
                                              javax.servlet.jsp.PageContext pageContext,
                                              javax.portlet.RenderRequest req,
                                              javax.portlet.RenderResponse res)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

getBreadcrumbs

public static java.lang.String getBreadcrumbs(com.liferay.portlet.imagegallery.model.IGFolder folder,
                                              com.liferay.portlet.imagegallery.model.IGImage image,
                                              javax.servlet.jsp.PageContext pageContext,
                                              javax.portlet.RenderRequest req,
                                              javax.portlet.RenderResponse res)
                                       throws java.lang.Exception
Throws:
java.lang.Exception