Package system.web
Class HttpServerUtilityBase
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpServerUtilityBase
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
HttpServerUtilityWrapper
public class HttpServerUtilityBase extends NetObject
The base .NET class managing System.Web.HttpServerUtilityBase, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpServerUtilityBase
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.HttpServerUtilityBasestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpServerUtilityBase()
HttpServerUtilityBase(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpServerUtilityBase
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHttpServerUtilityBase
, a cast assert is made to check if types are compatible.void
ClearError()
NetObject
CreateObject(java.lang.String progID)
NetObject
CreateObject(NetType type)
NetObject
CreateObjectFromClsid(java.lang.String clsid)
void
Execute(java.lang.String path)
void
Execute(java.lang.String path, boolean preserveForm)
void
Execute(java.lang.String path, TextWriter writer)
void
Execute(java.lang.String path, TextWriter writer, boolean preserveForm)
void
Execute(IHttpHandler handler, TextWriter writer, boolean preserveForm)
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 TypeNetException
GetLastError()
java.lang.String
getMachineName()
int
getScriptTimeout()
java.lang.String
HtmlDecode(java.lang.String s)
void
HtmlDecode(java.lang.String s, TextWriter output)
java.lang.String
HtmlEncode(java.lang.String s)
void
HtmlEncode(java.lang.String s, TextWriter output)
java.lang.String
MapPath(java.lang.String path)
void
setJCOInstance(JCObject instance)
void
setScriptTimeout(int ScriptTimeout)
void
Transfer(java.lang.String path)
void
Transfer(java.lang.String path, boolean preserveForm)
void
Transfer(IHttpHandler handler, boolean preserveForm)
void
TransferRequest(java.lang.String path)
void
TransferRequest(java.lang.String path, boolean preserveForm)
void
TransferRequest(java.lang.String path, boolean preserveForm, java.lang.String method, NameValueCollection headers)
void
TransferRequest(java.lang.String path, boolean preserveForm, java.lang.String method, NameValueCollection headers, boolean preserveUser)
java.lang.String
UrlDecode(java.lang.String s)
void
UrlDecode(java.lang.String s, TextWriter output)
java.lang.String
UrlEncode(java.lang.String s)
void
UrlEncode(java.lang.String s, TextWriter output)
java.lang.String
UrlPathEncode(java.lang.String s)
byte[]
UrlTokenDecode(java.lang.String input)
java.lang.String
UrlTokenEncode(byte[] input)
java.lang.String
UrlTokenEncode(JCORefOut dupParam0)
-
-
-
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.HttpServerUtilityBase- See Also:
- Constant Field Values
-
-
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 HttpServerUtilityBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpServerUtilityBase
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpServerUtilityBase
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
UrlTokenDecode
public byte[] UrlTokenDecode(java.lang.String input) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
GetLastError
public NetException GetLastError() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
CreateObject
public NetObject CreateObject(java.lang.String progID) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
CreateObject
public NetObject CreateObject(NetType type) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
CreateObjectFromClsid
public NetObject CreateObjectFromClsid(java.lang.String clsid) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
HtmlDecode
public java.lang.String HtmlDecode(java.lang.String s) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
HtmlEncode
public java.lang.String HtmlEncode(java.lang.String s) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
MapPath
public java.lang.String MapPath(java.lang.String path) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
UrlDecode
public java.lang.String UrlDecode(java.lang.String s) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
UrlEncode
public java.lang.String UrlEncode(java.lang.String s) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
UrlPathEncode
public java.lang.String UrlPathEncode(java.lang.String s) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
UrlTokenEncode
public java.lang.String UrlTokenEncode(byte[] input) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
UrlTokenEncode
public java.lang.String UrlTokenEncode(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
ClearError
public void ClearError() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Execute
public void Execute(java.lang.String path) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Execute
public void Execute(java.lang.String path, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Execute
public void Execute(java.lang.String path, TextWriter writer) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Execute
public void Execute(java.lang.String path, TextWriter writer, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Execute
public void Execute(IHttpHandler handler, TextWriter writer, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
HtmlDecode
public void HtmlDecode(java.lang.String s, TextWriter output) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
HtmlEncode
public void HtmlEncode(java.lang.String s, TextWriter output) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Transfer
public void Transfer(java.lang.String path) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Transfer
public void Transfer(java.lang.String path, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Transfer
public void Transfer(IHttpHandler handler, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
TransferRequest
public void TransferRequest(java.lang.String path) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
TransferRequest
public void TransferRequest(java.lang.String path, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
TransferRequest
public void TransferRequest(java.lang.String path, boolean preserveForm, java.lang.String method, NameValueCollection headers) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
TransferRequest
public void TransferRequest(java.lang.String path, boolean preserveForm, java.lang.String method, NameValueCollection headers, boolean preserveUser) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
UrlDecode
public void UrlDecode(java.lang.String s, TextWriter output) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
UrlEncode
public void UrlEncode(java.lang.String s, TextWriter output) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getScriptTimeout
public int getScriptTimeout() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setScriptTimeout
public void setScriptTimeout(int ScriptTimeout) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMachineName
public java.lang.String getMachineName() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
-