Download metawidget-faces-4.2.jar file

Introduction

You can download metawidget-faces-4.2.jar in this page.

License

Open Source

Type List

metawidget-faces-4.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/faces-config.xml
META-INF/maven/org.metawidget.modules.faces/metawidget-faces/pom.properties
META-INF/maven/org.metawidget.modules.faces/metawidget-faces/pom.xml
META-INF/metawidget-faces.taglib.xml
META-INF/metawidget-faces.tld
org.metawidget.faces.FacesUtils.class
org.metawidget.faces.component.FacesResourceResolver.class
org.metawidget.faces.component.UIMetawidget.class
org.metawidget.faces.component.UIStub.class
org.metawidget.faces.component.html.HtmlMetawidget.class
org.metawidget.faces.component.html.layout.OutputTextLayoutDecorator.class
org.metawidget.faces.component.html.layout.OutputTextLayoutDecoratorConfig.class
org.metawidget.faces.component.html.layout.PanelGroupLayoutDecorator.class
org.metawidget.faces.component.html.layout.PanelGroupLayoutDecoratorConfig.class
org.metawidget.faces.component.html.widgetbuilder.HtmlLookupOutputText.class
org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder.class
org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig.class
org.metawidget.faces.component.html.widgetbuilder.ReadOnlyWidgetBuilder.class
org.metawidget.faces.component.html.widgetprocessor.AjaxProcessor.class
org.metawidget.faces.component.html.widgetprocessor.CssStyleProcessor.class
org.metawidget.faces.component.html.widgetprocessor.HiddenFieldProcessor.class
org.metawidget.faces.component.layout.SimpleLayout.class
org.metawidget.faces.component.layout.UIComponentFlatSectionLayoutDecorator.class
org.metawidget.faces.component.layout.UIComponentNestedSectionLayoutDecorator.class
org.metawidget.faces.component.widgetbuilder.OverriddenWidgetBuilder.class
org.metawidget.faces.component.widgetprocessor.ConverterProcessor.class
org.metawidget.faces.component.widgetprocessor.ImmediateAttributeProcessor.class
org.metawidget.faces.component.widgetprocessor.LabelProcessor.class
org.metawidget.faces.component.widgetprocessor.ReadableIdProcessor.class
org.metawidget.faces.component.widgetprocessor.RequiredAttributeProcessor.class
org.metawidget.faces.component.widgetprocessor.StandardBindingProcessor.class
org.metawidget.faces.component.widgetprocessor.StandardConverterProcessor.class
org.metawidget.faces.component.widgetprocessor.StandardValidatorProcessor.class
org.metawidget.faces.renderkit.StubRenderer.class
org.metawidget.faces.renderkit.html.HtmlDivLayoutRenderer.class
org.metawidget.faces.renderkit.html.HtmlLayoutRenderer.class
org.metawidget.faces.renderkit.html.HtmlSimpleLayoutRenderer.class
org.metawidget.faces.renderkit.html.HtmlTableLayoutRenderer.class
org.metawidget.faces.taglib.MetawidgetTag.class
org.metawidget.faces.taglib.StubTag.class
org.metawidget.faces.taglib.html.HtmlMetawidgetTag.class
org.metawidget.inspectionresultprocessor.faces.FacesInspectionResultProcessor.class
org.metawidget.inspectionresultprocessor.faces.FacesInspectionResultProcessorConfig.class
org.metawidget.inspector.faces.FacesInspectionResultConstants.class
org/metawidget/faces/component/html/metawidget-html-default.xml

Pom

metawidget-faces-4.2.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">
	<parent>
		<groupId>org.metawidget.modules.faces</groupId>
		<artifactId>faces-parent</artifactId>
		<version>4.2</version>
		<relativePath>../</relativePath>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<artifactId>metawidget-faces</artifactId>
	<packaging>jar</packaging>

	<dependencies>
		<dependency>
			<groupId>org.metawidget.modules</groupId>
			<artifactId>metawidget-core</artifactId>
			<version>${project.version}</version><!--$NO-MVN-MAN-VER$-->
		</dependency>
		<!-- We actually rely on metawidget-facesannotation, in the sense that it is   -->
		<!-- in metawidget-html-default.xml. However this creates a circular dependency -->
		<!-- under m2eclipse. It only affects those using the fine-grained dependencies -->
		<dependency>
			<groupId>com.sun.faces</groupId>
			<artifactId>jsf-api</artifactId>
			<!-- Mojarra 2.1.4 and above require JDK 1.6 -->
			<version>2.1.3</version><!--$NO-MVN-MAN-VER$-->
		</dependency>
		<!-- Test Bean Validation, and other libraries -->
		<dependency>
			<groupId>org.jboss.spec</groupId>
			<artifactId>jboss-javaee-6.0</artifactId>
			<type>pom</type>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-jar-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>test-jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>org.metawidget.modules.faces</groupId>
   <artifactId>metawidget-faces</artifactId>
   <version>4.2</version>
</dependency>

Download

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



Download metawidget-faces-4.2.jar file




PreviousNext

Related