Liferay 6.1.2-ce-ga3

com.liferay.taglib.util
Class DummyVelocityTaglib

java.lang.Object
  extended by com.liferay.taglib.util.DummyVelocityTaglib
All Implemented Interfaces:
VelocityTaglib

public class DummyVelocityTaglib
extends Object
implements VelocityTaglib


Constructor Summary
DummyVelocityTaglib()
           
 
Method Summary
 void actionURL(long plid, String portletName, String queryString)
           
 void actionURL(String portletName, String queryString)
           
 void actionURL(String windowState, String portletMode, Boolean secure, Boolean copyCurrentRenderParameters, Boolean escapeXml, String name, long plid, long refererPlid, String portletName, Boolean anchor, Boolean encrypt, long doAsUserId, Boolean portletConfiguration, String queryString)
          Deprecated. actionURL(String, String, Boolean, Boolean, Boolean, String, long, long, String, Boolean, Boolean, long, long, Boolean, String)
 void actionURL(String windowState, String portletMode, Boolean secure, Boolean copyCurrentRenderParameters, Boolean escapeXml, String name, long plid, long refererPlid, String portletName, Boolean anchor, Boolean encrypt, long doAsGroupId, long doAsUserId, Boolean portletConfiguration, String queryString)
           
 void actionURL(String windowState, String portletMode, long plid, String portletName, String queryString)
           
 void actionURL(String windowState, String portletMode, String portletName, String queryString)
           
 void breadcrumb()
           
 void breadcrumb(String displayStyle, boolean showGuestGroup, boolean showParentGroups, boolean showLayout, boolean showPortletBreadcrumb)
           
 void doAsURL(long doAsUserId)
           
 BreadcrumbTag getBreadcrumbTag()
           
 MySitesTag getMySitesTag()
           
 PngImageTag getPngImageTag()
           
 String getSetting(String name)
           
 void iconBack()
           
 void iconClose()
           
 void iconConfiguration()
           
 void iconEdit()
           
 void iconEditDefaults()
           
 void iconEditGuest()
           
 void iconHelp()
           
 void iconMaximize()
           
 void iconMinimize()
           
 void iconOptions()
           
 void iconPortlet()
           
 void iconPortlet(Portlet portlet)
           
 void iconPortletCss()
           
 void iconPrint()
           
 void iconRefresh()
           
 void include(javax.servlet.ServletContext servletContext, String page)
           
 void include(String page)
           
 void journalContentSearch()
           
 void journalContentSearch(boolean showListed, String targetPortletId, String type)
           
 void language()
           
 void language(String formName, String formAction, String name, int displayStyle)
           
 void language(String formName, String formAction, String name, String[] languageIds, int displayStyle)
           
 void layoutIcon(Layout layout)
           
 void metaTags()
           
 void myPlaces()
          Deprecated. mySites()
 void myPlaces(int max)
          Deprecated. mySites(int)
 void mySites()
           
 void mySites(int max)
           
 void permissionsURL(String redirect, String modelResource, String modelResourceDescription, Object resourceGroupId, String resourcePrimKey, String windowState, int[] roleTypes)
           
 void permissionsURL(String redirect, String modelResource, String modelResourceDescription, String resourcePrimKey, String windowState, int[] roleTypes)
          Deprecated. #permissionsURL(String, String, String, long, String, String, int[])
 void renderURL(long plid, String portletName, String queryString)
           
 void renderURL(String portletName, String queryString)
           
 void renderURL(String windowState, String portletMode, Boolean secure, Boolean copyCurrentRenderParameters, Boolean escapeXml, long plid, long refererPlid, String portletName, Boolean anchor, Boolean encrypt, long doAsGroupId, long doAsUserId, Boolean portletConfiguration, String queryString)
           
 void renderURL(String windowState, String portletMode, Boolean secure, Boolean copyCurrentRenderParameters, Boolean escapeXml, long plid, String portletName, Boolean anchor, Boolean encrypt, long doAsUserId, Boolean portletConfiguration, String queryString)
          Deprecated. renderURL(String, String, Boolean, Boolean, Boolean, long, long, String, Boolean, Boolean, long, long, Boolean, String)
 void renderURL(String windowState, String portletMode, long plid, String portletName, String queryString)
           
 void renderURL(String windowState, String portletMode, String portletName, String queryString)
           
 void runtime(String portletName)
           
 void runtime(String portletName, String queryString)
           
 void runtime(String portletName, String queryString, String defaultPreferences)
           
 void search()
           
 void staging()
           
 void toggle(String id, String showImage, String hideImage, String showMessage, String hideMessage, boolean defaultShowContent)
           
 String wrapPortlet(String wrapPage, String portletPage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyVelocityTaglib

public DummyVelocityTaglib()
Method Detail

actionURL

public void actionURL(long plid,
                      String portletName,
                      String queryString)
               throws Exception
Specified by:
actionURL in interface VelocityTaglib
Throws:
Exception

actionURL

public void actionURL(String portletName,
                      String queryString)
               throws Exception
Specified by:
actionURL in interface VelocityTaglib
Throws:
Exception

actionURL

public void actionURL(String windowState,
                      String portletMode,
                      Boolean secure,
                      Boolean copyCurrentRenderParameters,
                      Boolean escapeXml,
                      String name,
                      long plid,
                      long refererPlid,
                      String portletName,
                      Boolean anchor,
                      Boolean encrypt,
                      long doAsUserId,
                      Boolean portletConfiguration,
                      String queryString)
               throws Exception
Deprecated. actionURL(String, String, Boolean, Boolean, Boolean, String, long, long, String, Boolean, Boolean, long, long, Boolean, String)

Specified by:
actionURL in interface VelocityTaglib
Throws:
Exception

actionURL

public void actionURL(String windowState,
                      String portletMode,
                      Boolean secure,
                      Boolean copyCurrentRenderParameters,
                      Boolean escapeXml,
                      String name,
                      long plid,
                      long refererPlid,
                      String portletName,
                      Boolean anchor,
                      Boolean encrypt,
                      long doAsGroupId,
                      long doAsUserId,
                      Boolean portletConfiguration,
                      String queryString)
               throws Exception
Specified by:
actionURL in interface VelocityTaglib
Throws:
Exception

actionURL

public void actionURL(String windowState,
                      String portletMode,
                      long plid,
                      String portletName,
                      String queryString)
               throws Exception
Specified by:
actionURL in interface VelocityTaglib
Throws:
Exception

actionURL

public void actionURL(String windowState,
                      String portletMode,
                      String portletName,
                      String queryString)
               throws Exception
Specified by:
actionURL in interface VelocityTaglib
Throws:
Exception

breadcrumb

public void breadcrumb()
                throws Exception
Specified by:
breadcrumb in interface VelocityTaglib
Throws:
Exception

breadcrumb

public void breadcrumb(String displayStyle,
                       boolean showGuestGroup,
                       boolean showParentGroups,
                       boolean showLayout,
                       boolean showPortletBreadcrumb)
                throws Exception
Specified by:
breadcrumb in interface VelocityTaglib
Throws:
Exception

doAsURL

public void doAsURL(long doAsUserId)
             throws Exception
Specified by:
doAsURL in interface VelocityTaglib
Throws:
Exception

getBreadcrumbTag

public BreadcrumbTag getBreadcrumbTag()
                               throws Exception
Specified by:
getBreadcrumbTag in interface VelocityTaglib
Throws:
Exception

getMySitesTag

public MySitesTag getMySitesTag()
                         throws Exception
Specified by:
getMySitesTag in interface VelocityTaglib
Throws:
Exception

getPngImageTag

public PngImageTag getPngImageTag()
                           throws Exception
Specified by:
getPngImageTag in interface VelocityTaglib
Throws:
Exception

getSetting

public String getSetting(String name)
Specified by:
getSetting in interface VelocityTaglib

iconBack

public void iconBack()
              throws Exception
Specified by:
iconBack in interface VelocityTaglib
Throws:
Exception

iconClose

public void iconClose()
               throws Exception
Specified by:
iconClose in interface VelocityTaglib
Throws:
Exception

iconConfiguration

public void iconConfiguration()
                       throws Exception
Specified by:
iconConfiguration in interface VelocityTaglib
Throws:
Exception

iconEdit

public void iconEdit()
              throws Exception
Specified by:
iconEdit in interface VelocityTaglib
Throws:
Exception

iconEditDefaults

public void iconEditDefaults()
                      throws Exception
Specified by:
iconEditDefaults in interface VelocityTaglib
Throws:
Exception

iconEditGuest

public void iconEditGuest()
                   throws Exception
Specified by:
iconEditGuest in interface VelocityTaglib
Throws:
Exception

iconHelp

public void iconHelp()
              throws Exception
Specified by:
iconHelp in interface VelocityTaglib
Throws:
Exception

iconMaximize

public void iconMaximize()
                  throws Exception
Specified by:
iconMaximize in interface VelocityTaglib
Throws:
Exception

iconMinimize

public void iconMinimize()
                  throws Exception
Specified by:
iconMinimize in interface VelocityTaglib
Throws:
Exception

iconOptions

public void iconOptions()
                 throws Exception
Specified by:
iconOptions in interface VelocityTaglib
Throws:
Exception

iconPortlet

public void iconPortlet()
                 throws Exception
Specified by:
iconPortlet in interface VelocityTaglib
Throws:
Exception

iconPortlet

public void iconPortlet(Portlet portlet)
                 throws Exception
Specified by:
iconPortlet in interface VelocityTaglib
Throws:
Exception

iconPortletCss

public void iconPortletCss()
                    throws Exception
Specified by:
iconPortletCss in interface VelocityTaglib
Throws:
Exception

iconPrint

public void iconPrint()
               throws Exception
Specified by:
iconPrint in interface VelocityTaglib
Throws:
Exception

iconRefresh

public void iconRefresh()
                 throws Exception
Specified by:
iconRefresh in interface VelocityTaglib
Throws:
Exception

include

public void include(javax.servlet.ServletContext servletContext,
                    String page)
             throws Exception
Specified by:
include in interface VelocityTaglib
Throws:
Exception

include

public void include(String page)
             throws Exception
Specified by:
include in interface VelocityTaglib
Throws:
Exception

journalContentSearch

public void journalContentSearch()
                          throws Exception
Specified by:
journalContentSearch in interface VelocityTaglib
Throws:
Exception

journalContentSearch

public void journalContentSearch(boolean showListed,
                                 String targetPortletId,
                                 String type)
                          throws Exception
Specified by:
journalContentSearch in interface VelocityTaglib
Throws:
Exception

language

public void language()
              throws Exception
Specified by:
language in interface VelocityTaglib
Throws:
Exception

language

public void language(String formName,
                     String formAction,
                     String name,
                     int displayStyle)
              throws Exception
Specified by:
language in interface VelocityTaglib
Throws:
Exception

language

public void language(String formName,
                     String formAction,
                     String name,
                     String[] languageIds,
                     int displayStyle)
              throws Exception
Specified by:
language in interface VelocityTaglib
Throws:
Exception

layoutIcon

public void layoutIcon(Layout layout)
                throws Exception
Specified by:
layoutIcon in interface VelocityTaglib
Throws:
Exception

metaTags

public void metaTags()
              throws Exception
Specified by:
metaTags in interface VelocityTaglib
Throws:
Exception

myPlaces

public void myPlaces()
              throws Exception
Deprecated. mySites()

Specified by:
myPlaces in interface VelocityTaglib
Throws:
Exception

myPlaces

public void myPlaces(int max)
              throws Exception
Deprecated. mySites(int)

Specified by:
myPlaces in interface VelocityTaglib
Throws:
Exception

mySites

public void mySites()
             throws Exception
Specified by:
mySites in interface VelocityTaglib
Throws:
Exception

mySites

public void mySites(int max)
             throws Exception
Specified by:
mySites in interface VelocityTaglib
Throws:
Exception

permissionsURL

public void permissionsURL(String redirect,
                           String modelResource,
                           String modelResourceDescription,
                           Object resourceGroupId,
                           String resourcePrimKey,
                           String windowState,
                           int[] roleTypes)
                    throws Exception
Specified by:
permissionsURL in interface VelocityTaglib
Throws:
Exception

permissionsURL

public void permissionsURL(String redirect,
                           String modelResource,
                           String modelResourceDescription,
                           String resourcePrimKey,
                           String windowState,
                           int[] roleTypes)
                    throws Exception
Deprecated. #permissionsURL(String, String, String, long, String, String, int[])

Specified by:
permissionsURL in interface VelocityTaglib
Throws:
Exception

renderURL

public void renderURL(long plid,
                      String portletName,
                      String queryString)
               throws Exception
Specified by:
renderURL in interface VelocityTaglib
Throws:
Exception

renderURL

public void renderURL(String portletName,
                      String queryString)
               throws Exception
Specified by:
renderURL in interface VelocityTaglib
Throws:
Exception

renderURL

public void renderURL(String windowState,
                      String portletMode,
                      Boolean secure,
                      Boolean copyCurrentRenderParameters,
                      Boolean escapeXml,
                      long plid,
                      long refererPlid,
                      String portletName,
                      Boolean anchor,
                      Boolean encrypt,
                      long doAsGroupId,
                      long doAsUserId,
                      Boolean portletConfiguration,
                      String queryString)
               throws Exception
Specified by:
renderURL in interface VelocityTaglib
Throws:
Exception

renderURL

public void renderURL(String windowState,
                      String portletMode,
                      Boolean secure,
                      Boolean copyCurrentRenderParameters,
                      Boolean escapeXml,
                      long plid,
                      String portletName,
                      Boolean anchor,
                      Boolean encrypt,
                      long doAsUserId,
                      Boolean portletConfiguration,
                      String queryString)
               throws Exception
Deprecated. renderURL(String, String, Boolean, Boolean, Boolean, long, long, String, Boolean, Boolean, long, long, Boolean, String)

Specified by:
renderURL in interface VelocityTaglib
Throws:
Exception

renderURL

public void renderURL(String windowState,
                      String portletMode,
                      long plid,
                      String portletName,
                      String queryString)
               throws Exception
Specified by:
renderURL in interface VelocityTaglib
Throws:
Exception

renderURL

public void renderURL(String windowState,
                      String portletMode,
                      String portletName,
                      String queryString)
               throws Exception
Specified by:
renderURL in interface VelocityTaglib
Throws:
Exception

runtime

public void runtime(String portletName)
             throws Exception
Specified by:
runtime in interface VelocityTaglib
Throws:
Exception

runtime

public void runtime(String portletName,
                    String queryString)
             throws Exception
Specified by:
runtime in interface VelocityTaglib
Throws:
Exception

runtime

public void runtime(String portletName,
                    String queryString,
                    String defaultPreferences)
             throws Exception
Specified by:
runtime in interface VelocityTaglib
Throws:
Exception

search

public void search()
            throws Exception
Specified by:
search in interface VelocityTaglib
Throws:
Exception

staging

public void staging()
             throws Exception
Specified by:
staging in interface VelocityTaglib
Throws:
Exception

toggle

public void toggle(String id,
                   String showImage,
                   String hideImage,
                   String showMessage,
                   String hideMessage,
                   boolean defaultShowContent)
            throws Exception
Specified by:
toggle in interface VelocityTaglib
Throws:
Exception

wrapPortlet

public String wrapPortlet(String wrapPage,
                          String portletPage)
                   throws Exception
Specified by:
wrapPortlet in interface VelocityTaglib
Throws:
Exception

Liferay 6.1.2-ce-ga3