Liferay 7.0-ce-b4

com.liferay.taglib.util
Class PortalIncludeUtil

java.lang.Object
  extended by com.liferay.taglib.util.PortalIncludeUtil

public class PortalIncludeUtil
extends Object


Nested Class Summary
static interface PortalIncludeUtil.HTMLRenderer
           
 
Constructor Summary
PortalIncludeUtil()
           
 
Method Summary
static void include(javax.servlet.jsp.PageContext pageContext, PortalIncludeUtil.HTMLRenderer htmlRenderer)
           
static void include(javax.servlet.jsp.PageContext pageContext, String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalIncludeUtil

public PortalIncludeUtil()
Method Detail

include

public static void include(javax.servlet.jsp.PageContext pageContext,
                           PortalIncludeUtil.HTMLRenderer htmlRenderer)
                    throws IOException,
                           javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

include

public static void include(javax.servlet.jsp.PageContext pageContext,
                           String path)
                    throws IOException,
                           javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

Liferay 7.0-ce-b4