Uses of Class
org.apache.openejb.jee.XmlString
-
Packages that use XmlString Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of XmlString in org.apache.openejb.jee
Subclasses of XmlString in org.apache.openejb.jee Modifier and Type Class Description classDisplayName[ The display-name type contains a short name that is intended to be displayed by tools.classFacesConfigFromViewIdThe value of from-view-id must contain one of the following values:classJavaIdentifierThe java-identifierType defines a Java identifier.Fields in org.apache.openejb.jee declared as XmlString Modifier and Type Field Description protected XmlStringFacesConfigFlowDefinitionSwitch. defaultOutcomeprotected XmlStringFacesConfigFlowDefinitionFlowReturn. fromOutcomeprotected XmlStringFacesConfigFlowDefinitionSwitchCase. fromOutcomeprotected XmlStringFacesConfigRedirectRedirectParam. nameprotected XmlStringFacesConfigRedirectRedirectParam. valueMethods in org.apache.openejb.jee that return XmlString Modifier and Type Method Description XmlStringFacesConfigFlowDefinitionSwitch. getDefaultOutcome()Gets the value of the defaultOutcome property.XmlStringFacesConfigFlowDefinitionFlowReturn. getFromOutcome()Gets the value of the fromOutcome property.XmlStringFacesConfigFlowDefinitionSwitchCase. getFromOutcome()Gets the value of the fromOutcome property.XmlStringFacesConfigRedirectRedirectParam. getName()Gets the value of the name property.XmlStringFacesConfigRedirectRedirectParam. getValue()Gets the value of the value property.Methods in org.apache.openejb.jee with parameters of type XmlString Modifier and Type Method Description voidFacesConfigFlowDefinitionSwitch. setDefaultOutcome(XmlString value)Sets the value of the defaultOutcome property.voidFacesConfigFlowDefinitionFlowReturn. setFromOutcome(XmlString value)Sets the value of the fromOutcome property.voidFacesConfigFlowDefinitionSwitchCase. setFromOutcome(XmlString value)Sets the value of the fromOutcome property.voidFacesConfigRedirectRedirectParam. setName(XmlString value)Sets the value of the name property.voidFacesConfigRedirectRedirectParam. setValue(XmlString value)Sets the value of the value property.
-