Liferay 6.2.0-ce-m5

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. As of 6.1.0, replaced by 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 assetCategoriesSummary(String className, long classPK, String message, PortletURL portletURL)
           
 void assetLinks(long assetEntryId, String className, long classPK)
           
 void assetTagsSummary(String className, long classPK, String message, String assetTagNames, PortletURL portletURL)
           
 void breadcrumb()
           
 void breadcrumb(String displayStyle, boolean showGuestGroup, boolean showParentGroups, boolean showLayout, boolean showPortletBreadcrumb)
           
 void discussion(String className, long classPK, String formAction, String formName, boolean hideControls, boolean ratingsEnabled, String redirect, String subject, long userId)
           
 void doAsURL(long doAsUserId)
           
 void flags(String className, long classPK, String contentTitle, boolean label, String message, long reportedUserId)
           
 AssetCategoriesSummaryTag getAssetCategoriesSummaryTag()
           
 AssetLinksTag getAssetLinksTag()
           
 AssetTagsSummaryTag getAssetTagsSummaryTag()
           
 BreadcrumbTag getBreadcrumbTag()
           
 ColumnTag getColumnTag()
           
 DiscussionTag getDiscussionTag()
           
 FlagsTag getFlagsTag()
           
 IconTag getIconTag()
           
 JournalArticleTag getJournalArticleTag()
           
 LayoutTag getLayoutTag()
           
 MySitesTag getMySitesTag()
           
 PngImageTag getPngImageTag()
           
 RatingsTag getRatingsTag()
           
 String getSetting(String name)
           
 WindowState getWindowState(String windowState)
           
 void icon(String image, boolean label, String message, String url)
           
 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 journalArticle(String articleId, long groupId, String templateId)
           
 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. As of 6.1.0, replaced by mySites()
 void myPlaces(int max)
          Deprecated. As of 6.1.0, replaced by 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. As of 6.2.0, replaced by #permissionsURL(String, String, String, long, String, String, int[])
 void ratings(String className, long classPK, int numberOfStars, String type, String url)
           
 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. As of 6.1.0, replaced by 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 setTemplate(Template template)
           
 void sitesDirectory()
           
 void sitesDirectory(String displayStyle, String sites)
           
 void socialBookmarks(String displayStyle, String target, String types, String title, String url)
           
 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. As of 6.1.0, replaced by 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

assetCategoriesSummary

void assetCategoriesSummary(String className,
                            long classPK,
                            String message,
                            PortletURL portletURL)
                            throws Exception
Throws:
Exception

assetLinks

void assetLinks(long assetEntryId,
                String className,
                long classPK)
                throws Exception
Throws:
Exception

assetTagsSummary

void assetTagsSummary(String className,
                      long classPK,
                      String message,
                      String assetTagNames,
                      PortletURL portletURL)
                      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

discussion

void discussion(String className,
                long classPK,
                String formAction,
                String formName,
                boolean hideControls,
                boolean ratingsEnabled,
                String redirect,
                String subject,
                long userId)
                throws Exception
Throws:
Exception

doAsURL

void doAsURL(long doAsUserId)
             throws Exception
Throws:
Exception

flags

void flags(String className,
           long classPK,
           String contentTitle,
           boolean label,
           String message,
           long reportedUserId)
           throws Exception
Throws:
Exception

getAssetCategoriesSummaryTag

AssetCategoriesSummaryTag getAssetCategoriesSummaryTag()
                                                       throws Exception
Throws:
Exception

getAssetLinksTag

AssetLinksTag getAssetLinksTag()
                               throws Exception
Throws:
Exception

getAssetTagsSummaryTag

AssetTagsSummaryTag getAssetTagsSummaryTag()
                                           throws Exception
Throws:
Exception

getBreadcrumbTag

BreadcrumbTag getBreadcrumbTag()
                               throws Exception
Throws:
Exception

getColumnTag

ColumnTag getColumnTag()
                       throws Exception
Throws:
Exception

getDiscussionTag

DiscussionTag getDiscussionTag()
                               throws Exception
Throws:
Exception

getFlagsTag

FlagsTag getFlagsTag()
                     throws Exception
Throws:
Exception

getIconTag

IconTag getIconTag()
                   throws Exception
Throws:
Exception

getJournalArticleTag

JournalArticleTag getJournalArticleTag()
                                       throws Exception
Throws:
Exception

getLayoutTag

LayoutTag getLayoutTag()
                       throws Exception
Throws:
Exception

getMySitesTag

MySitesTag getMySitesTag()
                         throws Exception
Throws:
Exception

getPngImageTag

PngImageTag getPngImageTag()
                           throws Exception
Throws:
Exception

getRatingsTag

RatingsTag getRatingsTag()
                         throws Exception
Throws:
Exception

getSetting

String getSetting(String name)

getWindowState

WindowState getWindowState(String windowState)

icon

void icon(String image,
          boolean label,
          String message,
          String url)
          throws Exception
Throws:
Exception

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

journalArticle

void journalArticle(String articleId,
                    long groupId,
                    String templateId)
                    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. As of 6.1.0, replaced by mySites()

Throws:
Exception

myPlaces

void myPlaces(int max)
              throws Exception
Deprecated. As of 6.1.0, replaced by 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. As of 6.2.0, replaced by #permissionsURL(String, String, String, long, String, String, int[])

Throws:
Exception

ratings

void ratings(String className,
             long classPK,
             int numberOfStars,
             String type,
             String url)
             throws Exception
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. As of 6.1.0, replaced by 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

setTemplate

void setTemplate(Template template)

sitesDirectory

void sitesDirectory()
                    throws Exception
Throws:
Exception

sitesDirectory

void sitesDirectory(String displayStyle,
                    String sites)
                    throws Exception
Throws:
Exception

socialBookmarks

void socialBookmarks(String displayStyle,
                     String target,
                     String types,
                     String title,
                     String url)
                     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.2.0-ce-m5