public class Route extends RouteBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Routing.Route
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.Routing.Route
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Route() |
Route(java.lang.Object instance)
Internal constructor.
|
Route(java.lang.String url,
IRouteHandler routeHandler) |
Route(java.lang.String url,
RouteValueDictionary defaults,
IRouteHandler routeHandler) |
Route(java.lang.String url,
RouteValueDictionary defaults,
RouteValueDictionary constraints,
IRouteHandler routeHandler) |
Route(java.lang.String url,
RouteValueDictionary defaults,
RouteValueDictionary constraints,
RouteValueDictionary dataTokens,
IRouteHandler routeHandler) |
| Modifier and Type | Method and Description |
|---|---|
static Route |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Route, a cast assert is made to check if types are compatible. |
RouteValueDictionary |
getConstraints() |
RouteValueDictionary |
getDataTokens() |
RouteValueDictionary |
getDefaults() |
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
|
RouteData |
GetRouteData(HttpContextBase httpContext) |
IRouteHandler |
getRouteHandler() |
java.lang.String |
getUrl() |
VirtualPathData |
GetVirtualPath(RequestContext requestContext,
RouteValueDictionary values) |
void |
setConstraints(RouteValueDictionary Constraints) |
void |
setDataTokens(RouteValueDictionary DataTokens) |
void |
setDefaults(RouteValueDictionary Defaults) |
void |
setJCOInstance(JCObject instance) |
void |
setRouteHandler(IRouteHandler RouteHandler) |
void |
setUrl(java.lang.String Url) |
getRouteExistingFiles, setRouteExistingFilespublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Route()
throws java.lang.Throwable
java.lang.Throwablepublic Route(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic Route(java.lang.String url,
IRouteHandler routeHandler)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NotSupportedException
public Route(java.lang.String url,
RouteValueDictionary defaults,
IRouteHandler routeHandler)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NotSupportedException
public Route(java.lang.String url,
RouteValueDictionary defaults,
RouteValueDictionary constraints,
IRouteHandler routeHandler)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NotSupportedException
public Route(java.lang.String url,
RouteValueDictionary defaults,
RouteValueDictionary constraints,
RouteValueDictionary dataTokens,
IRouteHandler routeHandler)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NotSupportedException
public static Route cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Route, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRoute instancejava.lang.Throwable - in case of error during cast operationpublic RouteValueDictionary getConstraints() throws java.lang.Throwable
java.lang.Throwablepublic RouteValueDictionary getDataTokens() throws java.lang.Throwable
java.lang.Throwablepublic RouteValueDictionary getDefaults() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class RouteBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class RouteBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class RouteBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class RouteBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class RouteBaseJCType representing the CLR Type of the instantiated Classpublic RouteData GetRouteData(HttpContextBase httpContext) throws java.lang.Throwable, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, FormatException, SecurityException
GetRouteData in class RouteBasejava.lang.ThrowableNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionpublic IRouteHandler getRouteHandler() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUrl()
throws java.lang.Throwable
java.lang.Throwablepublic VirtualPathData GetVirtualPath(RequestContext requestContext, RouteValueDictionary values) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, OutOfMemoryException, UriFormatException, SecurityException
GetVirtualPath in class RouteBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionOutOfMemoryExceptionUriFormatExceptionSecurityExceptionpublic void setConstraints(RouteValueDictionary Constraints) throws java.lang.Throwable
java.lang.Throwablepublic void setDataTokens(RouteValueDictionary DataTokens) throws java.lang.Throwable
java.lang.Throwablepublic void setDefaults(RouteValueDictionary Defaults) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class RouteBasepublic void setRouteHandler(IRouteHandler RouteHandler) throws java.lang.Throwable
java.lang.Throwablepublic void setUrl(java.lang.String Url)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexException