All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.faces-config.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" 
"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">

<!--
  Copyright 2010 Lincoln Baxter, III
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->

<faces-config>

	<application>
		<view-handler>com.ocpsoft.pretty.application.PrettyViewHandler</view-handler>
		<navigation-handler>com.ocpsoft.pretty.application.PrettyNavigationHandler</navigation-handler>
	</application>
	<lifecycle>
		<phase-listener>com.ocpsoft.pretty.event.PrettyPhaseListener</phase-listener>
	</lifecycle>

	<component>
		<component-type>
			com.ocpsoft.pretty.Link
	    </component-type>
		<component-class>
			com.ocpsoft.pretty.component.Link
	  	</component-class>
	</component>
	<component>
		<component-type>
			com.ocpsoft.pretty.UrlBuffer
	    </component-type>
		<component-class>
			com.ocpsoft.pretty.component.UrlBuffer
	  	</component-class>
	</component>

	<render-kit>
		<renderer>
			<description>
				Renderer for the pretty link component.
	     	</description>
			<component-family>
				PRETTY_FACES_FAMILY
	     	</component-family>
			<renderer-type>
				javax.faces.Link
	     	</renderer-type>
			<renderer-class>
				com.ocpsoft.pretty.component.renderer.LinkRenderer
	    	</renderer-class>
		</renderer>
		<renderer>
			<description>
				Renderer for the pretty urlbuffer component.
			</description>
			<component-family>
				PRETTY_FACES_FAMILY
	     	</component-family>
			<renderer-type>
				com.ocpsoft.pretty.UrlBuffer
	     	</renderer-type>
			<renderer-class>
				com.ocpsoft.pretty.component.renderer.UrlBufferRenderer
	    	</renderer-class>
		</renderer>
	</render-kit>

</faces-config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy