Download liferay-faces-portal-3.2.4.jar file

Introduction

You can download liferay-faces-portal-3.2.4.jar in this page.

License

Open Source

Type List

liferay-faces-portal-3.2.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/NOTICE.txt
META-INF/faces-config.xml
META-INF/lgpl-2.1.txt
META-INF/liferay-security-compat.taglib.xml
META-INF/liferay-security.taglib.xml
META-INF/liferay-ui-compat.taglib.xml
META-INF/liferay-ui-internal.taglib.xml
META-INF/liferay-ui.taglib.xml
META-INF/liferay-util-compat.taglib.xml
META-INF/liferay-util.taglib.xml
META-INF/liferay.taglib.xml
META-INF/maven/com.liferay.faces/liferay-faces-portal/pom.properties
META-INF/maven/com.liferay.faces/liferay-faces-portal/pom.xml
META-INF/portal.tld
META-INF/resources/liferay-ui/captcha.xhtml
META-INF/resources/liferay-ui/check-all-dis.png
META-INF/resources/liferay-ui/check-all.png
META-INF/resources/liferay-ui/ice-info-data-paginator.xhtml
META-INF/resources/liferay-ui/ice-nav-data-paginator.xhtml
META-INF/resources/liferay-ui/ice-page-iterator.xhtml
META-INF/resources/liferay-ui/icon-menu.xhtml
META-INF/resources/liferay-ui/icon.xhtml
META-INF/resources/liferay-ui/info.xhtml
META-INF/resources/liferay-ui/input-editor.xhtml
META-INF/resources/liferay-ui/jsp/input-editor.jsp
META-INF/resources/liferay-ui/message.xhtml
META-INF/resources/liferay-ui/panel-container.xhtml
META-INF/resources/liferay-ui/panel.xhtml
META-INF/resources/liferay-ui/portlet-toolbar.xhtml
META-INF/resources/liferay-ui/separator.xhtml
META-INF/resources/liferay-ui/toolbar-button.xhtml
META-INF/resources/liferay-ui/uncheck-all-dis.png
META-INF/resources/liferay-ui/uncheck-all.png
com.liferay.faces.portal.bean.Liferay.class
com.liferay.faces.portal.component.InputEditorInternal.class
com.liferay.faces.portal.component.PermissionsURL.class
com.liferay.faces.portal.component.UIComponentHelper.class
com.liferay.faces.portal.context.FacesContextHelperPortletImpl.class
com.liferay.faces.portal.context.LiferayFacesContext.class
com.liferay.faces.portal.context.LiferayFacesContextImpl.class
com.liferay.faces.portal.context.LiferayPortletHelper.class
com.liferay.faces.portal.context.LiferayPortletHelperImpl.class
com.liferay.faces.portal.context.MessageContextLiferayImpl.class
com.liferay.faces.portal.context.PortletHelper.class
com.liferay.faces.portal.context.PortletHelperImpl.class
com.liferay.faces.portal.el.ExtELResolver.class
com.liferay.faces.portal.el.I18N.class
com.liferay.faces.portal.el.PortraitURLMap.class
com.liferay.faces.portal.el.ThemeImageURLMap.class
com.liferay.faces.portal.lifecycle.LiferayLocalePhaseListener.class
com.liferay.faces.portal.listener.LiferayRowMarksActionListener.class
com.liferay.faces.portal.listener.StartupListener.class
com.liferay.faces.portal.renderkit.InputEditorInternalRenderer.class
com.liferay.faces.portal.renderkit.PermissionsURLRenderer.class
com.liferay.faces.portal.resource.CaptchaResource.class
com.liferay.faces.portal.resource.LiferayFacesResourceHandler.class
com.liferay.faces.portal.resource.LiferayPortalResource.class
com.liferay.faces.portal.resource.LiferayPortalResourceHandler.class
com.liferay.faces.portal.security.AuthorizationException.class
com.liferay.faces.portal.security.UserPermissionMap.class
com.liferay.faces.portal.servlet.NonNamespacedHttpServletRequest.class
com.liferay.faces.portal.servlet.ScriptCapturingHttpServletRequest.class
com.liferay.faces.portal.util.FaceletUtil.class
com.liferay.faces.portal.validator.CaptchaValidator.class
com.liferay.faces.portal.validator.RichTextLengthValidator.class
org.portletfaces.liferay.faces.context.LiferayFacesContext.class

Pom

liferay-faces-portal-3.2.4.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.liferay.faces</groupId>
		<artifactId>liferay-faces</artifactId>
		<version>3.2.4-ga5</version>
		<relativePath>../pom.xml</relativePath>
	</parent>
	<artifactId>liferay-faces-portal</artifactId>
	<name>Liferay Faces Portal</name>

	<dependencies>
		<dependency>
			<groupId>javax.el</groupId>
			<artifactId>el-api</artifactId>
		</dependency>
		<dependency>
			<groupId>javax.faces</groupId>
			<artifactId>javax.faces-api</artifactId>
		</dependency>
		<dependency>
			<groupId>javax.portlet</groupId>
			<artifactId>portlet-api</artifactId>
		</dependency>
		<!-- Note that servlet-api is only necessary to make Eclipse happy -->
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
		</dependency>
		<!-- Note that jsp-api is only necessary to make Eclipse happy -->
		<dependency>
			<groupId>javax.servlet.jsp</groupId>
			<artifactId>jsp-api</artifactId>
		</dependency>
		<dependency>
			<groupId>com.liferay.faces</groupId>
			<artifactId>liferay-faces-bridge-impl</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>com.liferay.portal</groupId>
			<artifactId>portal-service</artifactId>
		</dependency>
		<dependency>
			<groupId>com.liferay.portal</groupId>
			<artifactId>util-taglib</artifactId>
		</dependency>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>liferay-faces-util</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.liferay.faces</groupId>
   <artifactId>liferay-faces-portal</artifactId>
   <version>3.2.4</version>
</dependency>

Download

If you think the following liferay-faces-portal-3.2.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download liferay-faces-portal-3.2.4.jar file




PreviousNext

Related