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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.SiteMapNodestatic JCType
classType
The 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 SiteMapNode
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSiteMapNode
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.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)
-
-
-
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.Throwable
Internal 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.Throwable
HttpException
ArgumentNullException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
ArgumentException
-
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.Throwable
HttpException
ArgumentNullException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
ArgumentException
-
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.Throwable
HttpException
ArgumentNullException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
ArgumentException
-
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.Throwable
HttpException
ArgumentNullException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
ArgumentException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
HttpException
OutOfMemoryException
ArgumentException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SiteMapNode cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSiteMapNode
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SiteMapNode
instance- 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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
CultureNotFoundException
ProviderException
ConfigurationErrorsException
NullReferenceException
SecurityException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
OutOfMemoryException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
HttpException
ProviderException
ConfigurationErrorsException
-
GetAllNodes
public SiteMapNodeCollection GetAllNodes() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
ArgumentException
-
GetDataSourceView
public SiteMapDataSourceView GetDataSourceView(SiteMapDataSource owner, java.lang.String viewName) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, FormatException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
MulticastNotSupportedException
FormatException
ArgumentOutOfRangeException
-
GetHierarchicalDataSourceView
public SiteMapHierarchicalDataSourceView GetHierarchicalDataSourceView() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentNullException
IndexOutOfRangeException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
HttpException
ConfigurationException
ProviderException
NotSupportedException
NullReferenceException
ConfigurationErrorsException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentNullException
IndexOutOfRangeException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
HttpException
ConfigurationException
ProviderException
NotSupportedException
NullReferenceException
ConfigurationErrorsException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
HttpException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
FormatException
InvalidOperationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ProviderException
HttpException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getProvider
public SiteMapProvider getProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-