public class SiteMapNode extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.SiteMapNode
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.SiteMapNode
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
static SiteMapNode |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SiteMapNode, a cast assert is made to check if types are compatible. |
SiteMapNode |
Clone() |
SiteMapNode |
Clone(boolean cloneParentNodes) |
SiteMapNodeCollection |
GetAllNodes() |
SiteMapNodeCollection |
getChildNodes() |
SiteMapDataSourceView |
GetDataSourceView(SiteMapDataSource owner,
java.lang.String viewName) |
java.lang.String |
getDescription() |
boolean |
getHasChildNodes() |
SiteMapHierarchicalDataSourceView |
GetHierarchicalDataSourceView() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getKey() |
SiteMapNode |
getNextSibling() |
SiteMapNode |
getParentNode() |
SiteMapNode |
getPreviousSibling() |
SiteMapProvider |
getProvider() |
boolean |
getReadOnly() |
java.lang.String |
getResourceKey() |
IList |
getRoles() |
SiteMapNode |
getRootNode() |
java.lang.String |
getTitle() |
java.lang.String |
getUrl() |
boolean |
IsAccessibleToUser(HttpContext context) |
boolean |
IsDescendantOf(SiteMapNode node) |
void |
setChildNodes(SiteMapNodeCollection ChildNodes) |
void |
setDescription(java.lang.String Description) |
void |
setJCOInstance(JCObject instance) |
void |
setParentNode(SiteMapNode ParentNode) |
void |
setReadOnly(boolean ReadOnly) |
void |
setResourceKey(java.lang.String ResourceKey) |
void |
setRoles(IList Roles) |
void |
setTitle(java.lang.String Title) |
void |
setUrl(java.lang.String Url) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SiteMapNode()
throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode(SiteMapProvider provider, java.lang.String key) throws java.lang.Throwable, HttpException, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException
java.lang.ThrowableHttpExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionpublic SiteMapNode(SiteMapProvider provider, java.lang.String key, java.lang.String url) throws java.lang.Throwable, HttpException, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException
java.lang.ThrowableHttpExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionpublic 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
java.lang.ThrowableHttpExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionpublic 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
java.lang.ThrowableHttpExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionArgumentExceptionpublic static SiteMapNode cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SiteMapNode, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSiteMapNode instancejava.lang.Throwable - in case of error during cast operationpublic SiteMapNode Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionOutOfMemoryExceptionpublic SiteMapNode Clone(boolean cloneParentNodes) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, HttpException, ProviderException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic SiteMapNodeCollection GetAllNodes() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic SiteMapNodeCollection getChildNodes() throws java.lang.Throwable
java.lang.Throwablepublic SiteMapDataSourceView GetDataSourceView(SiteMapDataSource owner, java.lang.String viewName) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, FormatException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionFormatExceptionArgumentOutOfRangeExceptionpublic java.lang.String getDescription()
throws java.lang.Throwable,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
HttpException,
ConfigurationException,
ProviderException,
NotSupportedException,
NullReferenceException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionpublic boolean getHasChildNodes()
throws java.lang.Throwable
java.lang.Throwablepublic SiteMapHierarchicalDataSourceView GetHierarchicalDataSourceView() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getKey()
throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode getNextSibling() throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode getParentNode() throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode getPreviousSibling() throws java.lang.Throwable
java.lang.Throwablepublic SiteMapProvider getProvider() throws java.lang.Throwable
java.lang.Throwablepublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getResourceKey()
throws java.lang.Throwable
java.lang.Throwablepublic IList getRoles() throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode getRootNode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, InvalidOperationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ProviderException, HttpException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionProviderExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionpublic java.lang.String getTitle()
throws java.lang.Throwable,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
HttpException,
ConfigurationException,
ProviderException,
NotSupportedException,
NullReferenceException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionpublic java.lang.String getUrl()
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsAccessibleToUser(HttpContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, CultureNotFoundException, ProviderException, ConfigurationErrorsException, NullReferenceException, SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionCultureNotFoundExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionSecurityExceptionpublic boolean IsDescendantOf(SiteMapNode node) throws java.lang.Throwable
java.lang.Throwablepublic void setChildNodes(SiteMapNodeCollection ChildNodes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setDescription(java.lang.String Description)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setParentNode(SiteMapNode ParentNode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setResourceKey(java.lang.String ResourceKey)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setRoles(IList Roles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setTitle(java.lang.String Title)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setUrl(java.lang.String Url)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpException