Liferay 6.1.2-ce-ga3

com.liferay.taglib.util
Interface VelocityTaglib

All Known Implementing Classes:
DummyVelocityTaglib, VelocityTaglibImpl

public interface VelocityTaglib


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)
           
 

Method Detail

actionURL

void actionURL(long plid,
               String portletName,
               String queryString)
               throws Exception
Throws:
Exception

actionURL

void actionURL(String portletName,
               String queryString)
               throws Exception
Throws:
Exception

actionURL

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)

Throws:
Exception

actionURL

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
Throws:
Exception

actionURL

void actionURL(String windowState,
               String portletMode,
               long plid,
               String portletName,
               String queryString)
               throws Exception
Throws:
Exception

actionURL

void actionURL(String windowState,
               String portletMode,
               String portletName,
               String queryString)
               throws Exception
Throws:
Exception

breadcrumb

void breadcrumb()
                throws Exception
Throws:
Exception

breadcrumb

void breadcrumb(String displayStyle,
                boolean showGuestGroup,
                boolean showParentGroups,
                boolean showLayout,
                boolean showPortletBreadcrumb)
                throws Exception
Throws:
Exception

doAsURL

void doAsURL(long doAsUserId)
             throws Exception
Throws:
Exception

getBreadcrumbTag

BreadcrumbTag getBreadcrumbTag()
                               throws Exception
Throws:
Exception

getMySitesTag

MySitesTag getMySitesTag()
                         throws Exception
Throws:
Exception

getPngImageTag

PngImageTag getPngImageTag()
                           throws Exception
Throws:
Exception

getSetting

String getSetting(String name)

iconBack

void iconBack()
              throws Exception
Throws:
Exception

iconClose

void iconClose()
               throws Exception
Throws:
Exception

iconConfiguration

void iconConfiguration()
                       throws Exception
Throws:
Exception

iconEdit

void iconEdit()
              throws Exception
Throws:
Exception

iconEditDefaults

void iconEditDefaults()
                      throws Exception
Throws:
Exception

iconEditGuest

void iconEditGuest()
                   throws Exception
Throws:
Exception

iconHelp

void iconHelp()
              throws Exception
Throws:
Exception

iconMaximize

void iconMaximize()
                  throws Exception
Throws:
Exception

iconMinimize

void iconMinimize()
                  throws Exception
Throws:
Exception

iconOptions

void iconOptions()
                 throws Exception
Throws:
Exception

iconPortlet

void iconPortlet()
                 throws Exception
Throws:
Exception

iconPortlet

void iconPortlet(Portlet portlet)
                 throws Exception
Throws:
Exception

iconPortletCss

void iconPortletCss()
                    throws Exception
Throws:
Exception

iconPrint

void iconPrint()
               throws Exception
Throws:
Exception

iconRefresh

void iconRefresh()
                 throws Exception
Throws:
Exception

include

void include(javax.servlet.ServletContext servletContext,
             String page)
             throws Exception
Throws:
Exception

include

void include(String page)
             throws Exception
Throws:
Exception

journalContentSearch

void journalContentSearch()
                          throws Exception
Throws:
Exception

journalContentSearch

void journalContentSearch(boolean showListed,
                          String targetPortletId,
                          String type)
                          throws Exception
Throws:
Exception

language

void language()
              throws Exception
Throws:
Exception

language

void language(String formName,
              String formAction,
              String name,
              int displayStyle)
              throws Exception
Throws:
Exception

language

void language(String formName,
              String formAction,
              String name,
              String[] languageIds,
              int displayStyle)
              throws Exception
Throws:
Exception

layoutIcon

void layoutIcon(Layout layout)
                throws Exception
Throws:
Exception

metaTags

void metaTags()
              throws Exception
Throws:
Exception

myPlaces

void myPlaces()
              throws Exception
Deprecated. mySites()

Throws:
Exception

myPlaces

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

Throws:
Exception

mySites

void mySites()
             throws Exception
Throws:
Exception

mySites

void mySites(int max)
             throws Exception
Throws:
Exception

permissionsURL

void permissionsURL(String redirect,
                    String modelResource,
                    String modelResourceDescription,
                    Object resourceGroupId,
                    String resourcePrimKey,
                    String windowState,
                    int[] roleTypes)
                    throws Exception
Throws:
Exception

permissionsURL

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[])

Throws:
Exception

renderURL

void renderURL(long plid,
               String portletName,
               String queryString)
               throws Exception
Throws:
Exception

renderURL

void renderURL(String portletName,
               String queryString)
               throws Exception
Throws:
Exception

renderURL

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
Throws:
Exception

renderURL

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)

Throws:
Exception

renderURL

void renderURL(String windowState,
               String portletMode,
               long plid,
               String portletName,
               String queryString)
               throws Exception
Throws:
Exception

renderURL

void renderURL(String windowState,
               String portletMode,
               String portletName,
               String queryString)
               throws Exception
Throws:
Exception

runtime

void runtime(String portletName)
             throws Exception
Throws:
Exception

runtime

void runtime(String portletName,
             String queryString)
             throws Exception
Throws:
Exception

runtime

void runtime(String portletName,
             String queryString,
             String defaultPreferences)
             throws Exception
Throws:
Exception

search

void search()
            throws Exception
Throws:
Exception

staging

void staging()
             throws Exception
Throws:
Exception

toggle

void toggle(String id,
            String showImage,
            String hideImage,
            String showMessage,
            String hideMessage,
            boolean defaultShowContent)
            throws Exception
Throws:
Exception

wrapPortlet

String wrapPortlet(String wrapPage,
                   String portletPage)
                   throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3