Interface NamespaceUriAware
-
- All Known Subinterfaces:
DataProvider,ExtensionAttributeMapper,GroupItem,N2oAction,N2oArgumentsInvocation,N2oCell,N2oInvocation,N2oMapInvocation,NamespaceIO<T>,NamespacePersister<T>,NamespaceReader<T>,PageIdAwareCompileAction,SourceComponent,SourceMetadata,ToolbarItem
- All Known Implementing Classes:
AbstractDataProvider,AbstractFactoredReader,AbstractMenuItem,AbstractN2oMetadataPersister,AbstractNamespaceIO,AbstractShowModal,EditCell,EjbInvocation,JavaInvocation,N2oAbstractAction,N2oAbstractCell,N2oAbstractChart,N2oAbstractListWidget,N2oAbstractPageAction,N2oAbstractTable,N2oActionAndClose,N2oActionCell,N2oAlert,N2oAnchor,N2oAreaChart,N2oAreaChartItem,N2oAutoComplete,N2oBadgeCell,N2oBarChart,N2oBarChartItem,N2oBasePage,N2oButton,N2oButtonField,N2oCalendar,N2oChart,N2oCheckbox,N2oCheckboxButtons,N2oCheckboxCell,N2oCheckboxGrid,N2oCheckboxGroup,N2oClassifier,N2oClearAction,N2oCloseAction,N2oCodeEditor,N2oCodeMerge,N2oCodeViewer,N2oColorCell,N2oComponent,N2oConstraint,N2oControl,N2oCopyAction,N2oCustomCell,N2oCustomControl,N2oCustomField,N2oCustomHeader,N2oCustomRegion,N2oCustomWidget,N2oDateInterval,N2oDatePicker,N2oDebug,N2oDialog,N2oEditCell,N2oEditForm,N2oEditGrid,N2oField,N2oFieldSet,N2oFieldsetColumn,N2oFieldsetRow,N2oFileUpload,N2oForm,N2oGroup,N2oGroupClassifierMulti,N2oGroupClassifierSingle,N2oHeader,N2oHidden,N2oHtml,N2oHtmlWidget,N2oIconCell,N2oImageCell,N2oInputInterval,N2oInputMoney,N2oInputSelect,N2oInputSelectTree,N2oInputText,N2oIntervalField,N2oInvokeAction,N2oJavaDataProvider,N2oJavaMethod,N2oLeftRightPage,N2oLineChart,N2oLineChartItem,N2oLineFieldSet,N2oLineRegion,N2oLinkCell,N2oListCell,N2oListField,N2oListWidget,N2oMandatory,N2oMaskedInput,N2oMenu,N2oMenuItem,N2oMetadata,N2oMongoDbDataProvider,N2oMultiClassifier,N2oMultiFieldSet,N2oMultiListFieldAbstract,N2oNoneRegion,N2oObject,N2oOpenDrawer,N2oOpenPage,N2oOptionsInvocation,N2oOutputList,N2oOutputText,N2oPage,N2oPanelRegion,N2oPassword,N2oPerform,N2oPieChart,N2oPills,N2oPillsRegion,N2oPlainField,N2oProgress,N2oProgressBarCell,N2oQuery,N2oRadioButtons,N2oRadioGroup,N2oRating,N2oRatingCell,N2oRefresh,N2oRegion,N2oRestDataProvider,N2oRestInvocation,N2oRow,N2oSearchablePage,N2oSearchButtons,N2oSelect,N2oSelectRegion,N2oSelectTree,N2oSetFieldSet,N2oSetValueAction,N2oShowModal,N2oShowModalForm,N2oSimpleHeader,N2oSimpleIntervalField,N2oSimpleMenu,N2oSimplePage,N2oSingleListFieldAbstract,N2oSlider,N2oSqlDataProvider,N2oSqlQuery,N2oSqltInvocation,N2oStandardChart,N2oStandardChartItem,N2oStandardField,N2oStandardPage,N2oStatus,N2oSubmenu,N2oSwitchCell,N2oTable,N2oTabsRegion,N2oTestDataProvider,N2oText,N2oText,N2oTextArea,N2oTextCell,N2oTextEditor,N2oTime,N2oTimeInterval,N2oToolbarCell,N2oTooltipListCell,N2oTopLeftRightPage,N2oTree,N2OValidateAction,N2oValidation,N2oValidationCondition,N2oWidget,N2oWizard,N2oXEditableCell,OnClick,ProxyNamespaceIO,ShowModalPageFromClassifier,SpringInvocation,SwitchCell,SystemAnchor,SystemOpenPage,SystemShowModal,ToolbarCell
public interface NamespaceUriAwareЗнание о URI схемы
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default org.jdom2.NamespacegetNamespace()default java.lang.StringgetNamespacePrefix()java.lang.StringgetNamespaceUri()default voidsetNamespaceUri(java.lang.String namespaceUri)
-
-
-
Method Detail
-
getNamespaceUri
java.lang.String getNamespaceUri()
- Returns:
- URI схемы
-
getNamespacePrefix
default java.lang.String getNamespacePrefix()
- Returns:
- Префикс схемы
-
getNamespace
default org.jdom2.Namespace getNamespace()
-
setNamespaceUri
default void setNamespaceUri(java.lang.String namespaceUri)
-
-