public class SiteMapProvider extends ProviderBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.SiteMapProvider
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.SiteMapProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SiteMapProvider() |
SiteMapProvider(java.lang.Object instance)
Internal constructor.
|
getDescription, getNamepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SiteMapProvider()
throws java.lang.Throwable
java.lang.Throwablepublic SiteMapProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addSiteMapResolve(SiteMapResolveEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static SiteMapProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SiteMapProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSiteMapProvider instancejava.lang.Throwable - in case of error during cast operationpublic SiteMapNode FindSiteMapNode(HttpContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionpublic SiteMapNode FindSiteMapNode(java.lang.String rawUrl) throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode FindSiteMapNodeFromKey(java.lang.String key) throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNodeCollection GetChildNodes(SiteMapNode node) throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode getCurrentNode() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NullReferenceException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNullReferenceExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic SiteMapNode GetCurrentNodeAndHintAncestorNodes(int upLevel) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationExceptionpublic SiteMapNode GetCurrentNodeAndHintNeighborhoodNodes(int upLevel, int downLevel) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException, NotSupportedException, ConfigurationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationExceptionpublic boolean getEnableLocalization()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ProviderBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ProviderBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ProviderBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ProviderBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ProviderBaseJCType representing the CLR Type of the instantiated Classpublic SiteMapNode GetParentNode(SiteMapNode node) throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode GetParentNodeRelativeToCurrentNodeAndHintDownFromParent(int walkupLevels, int relativeDepthFromWalkup) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ThreadAbortException, HttpRequestValidationException, NotSupportedException
public SiteMapNode GetParentNodeRelativeToNodeAndHintDownFromParent(SiteMapNode node, int walkupLevels, int relativeDepthFromWalkup) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionpublic SiteMapProvider getParentProvider() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getResourceKey()
throws java.lang.Throwable
java.lang.Throwablepublic SiteMapNode getRootNode() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, HttpException, ArgumentException, CultureNotFoundException, ConfigurationErrorsException, ConfigurationException
public SiteMapProvider getRootProvider() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, ProviderException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionProviderExceptionpublic boolean getSecurityTrimmingEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic void HintAncestorNodes(SiteMapNode node, int upLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionpublic void HintNeighborhoodNodes(SiteMapNode node, int upLevel, int downLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionpublic void Initialize(java.lang.String name,
NameValueCollection attributes)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
InvalidOperationException,
NotSupportedException,
ConfigurationErrorsException
Initialize in class ProviderBasejava.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic boolean IsAccessibleToUser(HttpContext context, SiteMapNode node) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, CultureNotFoundException, HttpRequestValidationException, ProviderException, ConfigurationErrorsException, SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionCultureNotFoundExceptionHttpRequestValidationExceptionProviderExceptionConfigurationErrorsExceptionSecurityExceptionpublic void removeSiteMapResolve(SiteMapResolveEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setEnableLocalization(boolean EnableLocalization)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ProviderBasepublic void setParentProvider(SiteMapProvider ParentProvider) throws java.lang.Throwable
java.lang.Throwablepublic void setResourceKey(java.lang.String ResourceKey)
throws java.lang.Throwable
java.lang.Throwable