Class N2oPage
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- net.n2oapp.framework.api.metadata.global.view.page.N2oPage
-
- All Implemented Interfaces:
Serializable,ExtensionAttributesAware,IdAware,NameAware,NamespaceUriAware,RefIdAware,Source,SourceMetadata
- Direct Known Subclasses:
N2oSimplePage,N2oStandardPage
public abstract class N2oPage extends N2oMetadata implements NameAware, ExtensionAttributesAware
Абстрактная страница- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<N2oNamespace,Map<String,String>>extAttributes
-
Constructor Summary
Constructors Constructor Description N2oPage()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<N2oWidget>getContainers()Получение списка виджетов на страницеStringgetPostfix()Class<? extends N2oMetadata>getSourceBaseClass()-
Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata
getId, getName, getNamespaceUri, getRefId, setId, setName, setNamespaceUri, setRefId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getMetadataType
-
-
-
-
Field Detail
-
extAttributes
protected Map<N2oNamespace,Map<String,String>> extAttributes
-
-
Method Detail
-
getPostfix
public String getPostfix()
- Specified by:
getPostfixin interfaceSourceMetadata
-
getContainers
public abstract List<N2oWidget> getContainers()
Получение списка виджетов на странице- Returns:
- список виджетов
-
getSourceBaseClass
public Class<? extends N2oMetadata> getSourceBaseClass()
- Specified by:
getSourceBaseClassin interfaceSourceMetadata
-
-