ildfly-clustering-faces-mojarra.35.0.0.Beta1.source-code.com.sun.faces.facelets.el.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-faces-mojarra Show documentation
Show all versions of wildfly-clustering-faces-mojarra Show documentation
Marshalling optimizations for Mojarra.
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