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

ildfly-clustering-faces-mojarra.35.0.0.Beta1.source-code.com.sun.faces.facelets.el.proto Maven / Gradle / Ivy

The newest version!
syntax = "proto3";

package com.sun.faces.facelets.el;

import "jakarta.faces.view.proto";
import "org.wildfly.clustering.marshalling.protostream.proto";

/**
 * @TypeId(520)
 */
message ContextualCompositeValueExpression {
	jakarta.faces.view.Location	location	 = 1;
	org.wildfly.clustering.marshalling.protostream.Any	expression	 = 2;
}

/**
 * @TypeId(521)
 */
message TagMethodExpression {
	string	attribute	 = 1;
	org.wildfly.clustering.marshalling.protostream.Any	expression	 = 2;
}

/**
 * @TypeId(522)
 */
message TagValueExpression {
	string	attribute	 = 1;
	org.wildfly.clustering.marshalling.protostream.Any	expression	 = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy