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

ildfly-clustering-faces-api.34.0.1.Final.source-code.jakarta.faces.component.proto Maven / Gradle / Ivy

package jakarta.faces.component;

/**
 * @TypeId(500)
 */
enum PropertyKeys {
	rendered	 = 0;
	attributes	 = 1;
	bindings	 = 2;
	rendererType	 = 3;
	systemEventListeners	 = 4;
	behaviors	 = 5;
	passThroughAttributes	 = 6;
}

/**
 * @TypeId(501)
 */
enum PropertyKeysPrivate {
	attributesThatAreSet	 = 0;
}

/**
 * @TypeId(502)
 */
message StateHolderSaver {
	optional	string	className	 = 1;
	optional	bytes	savedState	 = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy