Package system.web
Class SiteMapNode
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.SiteMapNode
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SiteMapNode extends NetObject
The base .NET class managing System.Web.SiteMapNode, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.SiteMapNode
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.SiteMapNodestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SiteMapNode()SiteMapNode(java.lang.Object instance)Internal constructor.SiteMapNode(SiteMapProvider provider, java.lang.String key)SiteMapNode(SiteMapProvider provider, java.lang.String key, java.lang.String url)SiteMapNode(SiteMapProvider provider, java.lang.String key, java.lang.String url, java.lang.String title)SiteMapNode(SiteMapProvider provider, java.lang.String key, java.lang.String url, java.lang.String title, java.lang.String description)SiteMapNode(SiteMapProvider provider, java.lang.String key, java.lang.String url, java.lang.String title, java.lang.String description, IList roles, NameValueCollection attributes, NameValueCollection explicitResourceKeys, java.lang.String implicitResourceKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SiteMapNodecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSiteMapNode, a cast assert is made to check if types are compatible.SiteMapNodeClone()SiteMapNodeClone(boolean cloneParentNodes)SiteMapNodeCollectionGetAllNodes()SiteMapNodeCollectiongetChildNodes()SiteMapDataSourceViewGetDataSourceView(SiteMapDataSource owner, java.lang.String viewName)java.lang.StringgetDescription()booleangetHasChildNodes()SiteMapHierarchicalDataSourceViewGetHierarchicalDataSourceView()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetKey()SiteMapNodegetNextSibling()SiteMapNodegetParentNode()SiteMapNodegetPreviousSibling()SiteMapProvidergetProvider()booleangetReadOnly()java.lang.StringgetResourceKey()IListgetRoles()SiteMapNodegetRootNode()java.lang.StringgetTitle()java.lang.StringgetUrl()booleanIsAccessibleToUser(HttpContext context)booleanIsDescendantOf(SiteMapNode node)voidsetChildNodes(SiteMapNodeCollection ChildNodes)voidsetDescription(java.lang.String Description)voidsetJCOInstance(JCObject instance)voidsetParentNode(SiteMapNode ParentNode)voidsetReadOnly(boolean ReadOnly)voidsetResourceKey(java.lang.String ResourceKey)voidsetRoles(IList Roles)voidsetTitle(java.lang.String Title)voidsetUrl(java.lang.String Url)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.SiteMapNode- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SiteMapNode
public SiteMapNode(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SiteMapNode
public SiteMapNode() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SiteMapNode
public SiteMapNode(SiteMapProvider provider, java.lang.String key) throws java.lang.Throwable, HttpException, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException
- Throws:
java.lang.ThrowableHttpExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentException
-
SiteMapNode
public SiteMapNode(SiteMapProvider provider, java.lang.String key, java.lang.String url) throws java.lang.Throwable, HttpException, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException
- Throws:
java.lang.ThrowableHttpExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentException
-
SiteMapNode
public SiteMapNode(SiteMapProvider provider, java.lang.String key, java.lang.String url, java.lang.String title) throws java.lang.Throwable, HttpException, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException
- Throws:
java.lang.ThrowableHttpExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentException
-
SiteMapNode
public SiteMapNode(SiteMapProvider provider, java.lang.String key, java.lang.String url, java.lang.String title, java.lang.String description) throws java.lang.Throwable, HttpException, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException
- Throws:
java.lang.ThrowableHttpExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentException
-
SiteMapNode
public SiteMapNode(SiteMapProvider provider, java.lang.String key, java.lang.String url, java.lang.String title, java.lang.String description, IList roles, NameValueCollection attributes, NameValueCollection explicitResourceKeys, java.lang.String implicitResourceKey) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, HttpException, OutOfMemoryException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionArgumentException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SiteMapNode cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSiteMapNode, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SiteMapNodeinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsAccessibleToUser
public boolean IsAccessibleToUser(HttpContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, CultureNotFoundException, ProviderException, ConfigurationErrorsException, NullReferenceException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionCultureNotFoundExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionSecurityException
-
IsDescendantOf
public boolean IsDescendantOf(SiteMapNode node) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Clone
public SiteMapNode Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionOutOfMemoryException
-
Clone
public SiteMapNode Clone(boolean cloneParentNodes) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionHttpExceptionProviderExceptionConfigurationErrorsException
-
GetAllNodes
public SiteMapNodeCollection GetAllNodes() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentException
-
GetDataSourceView
public SiteMapDataSourceView GetDataSourceView(SiteMapDataSource owner, java.lang.String viewName) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, FormatException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionFormatExceptionArgumentOutOfRangeException
-
GetHierarchicalDataSourceView
public SiteMapHierarchicalDataSourceView GetHierarchicalDataSourceView() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeException
-
getHasChildNodes
public boolean getHasChildNodes() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRoles
public IList getRoles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRoles
public void setRoles(IList Roles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, HttpException, ConfigurationException, ProviderException, NotSupportedException, NullReferenceException, ConfigurationErrorsException- Throws:
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsException
-
setDescription
public void setDescription(java.lang.String Description) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getKey
public java.lang.String getKey() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getResourceKey
public java.lang.String getResourceKey() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setResourceKey
public void setResourceKey(java.lang.String ResourceKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getTitle
public java.lang.String getTitle() throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, HttpException, ConfigurationException, ProviderException, NotSupportedException, NullReferenceException, ConfigurationErrorsException- Throws:
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsException
-
setTitle
public void setTitle(java.lang.String Title) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getUrl
public java.lang.String getUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUrl
public void setUrl(java.lang.String Url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpException
-
getNextSibling
public SiteMapNode getNextSibling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getParentNode
public SiteMapNode getParentNode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setParentNode
public void setParentNode(SiteMapNode ParentNode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getPreviousSibling
public SiteMapNode getPreviousSibling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRootNode
public SiteMapNode getRootNode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, InvalidOperationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ProviderException, HttpException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionProviderExceptionHttpExceptionConfigurationErrorsExceptionConfigurationException
-
getChildNodes
public SiteMapNodeCollection getChildNodes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setChildNodes
public void setChildNodes(SiteMapNodeCollection ChildNodes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getProvider
public SiteMapProvider getProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-