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.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.HttpServerUtilityBasestatic JCTypeclassTypeThe 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 HttpServerUtilityBasecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpServerUtilityBase, a cast assert is made to check if types are compatible.voidClearError()NetObjectCreateObject(java.lang.String progID)NetObjectCreateObject(NetType type)NetObjectCreateObjectFromClsid(java.lang.String clsid)voidExecute(java.lang.String path)voidExecute(java.lang.String path, boolean preserveForm)voidExecute(java.lang.String path, TextWriter writer)voidExecute(java.lang.String path, TextWriter writer, boolean preserveForm)voidExecute(IHttpHandler handler, TextWriter writer, boolean preserveForm)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeNetExceptionGetLastError()java.lang.StringgetMachineName()intgetScriptTimeout()java.lang.StringHtmlDecode(java.lang.String s)voidHtmlDecode(java.lang.String s, TextWriter output)java.lang.StringHtmlEncode(java.lang.String s)voidHtmlEncode(java.lang.String s, TextWriter output)java.lang.StringMapPath(java.lang.String path)voidsetJCOInstance(JCObject instance)voidsetScriptTimeout(int ScriptTimeout)voidTransfer(java.lang.String path)voidTransfer(java.lang.String path, boolean preserveForm)voidTransfer(IHttpHandler handler, boolean preserveForm)voidTransferRequest(java.lang.String path)voidTransferRequest(java.lang.String path, boolean preserveForm)voidTransferRequest(java.lang.String path, boolean preserveForm, java.lang.String method, NameValueCollection headers)voidTransferRequest(java.lang.String path, boolean preserveForm, java.lang.String method, NameValueCollection headers, boolean preserveUser)java.lang.StringUrlDecode(java.lang.String s)voidUrlDecode(java.lang.String s, TextWriter output)java.lang.StringUrlEncode(java.lang.String s)voidUrlEncode(java.lang.String s, TextWriter output)java.lang.StringUrlPathEncode(java.lang.String s)byte[]UrlTokenDecode(java.lang.String input)java.lang.StringUrlTokenEncode(byte[] input)java.lang.StringUrlTokenEncode(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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpServerUtilityBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpServerUtilityBase, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpServerUtilityBaseinstance- 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.ThrowableNotImplementedException
-
GetLastError
public NetException GetLastError() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
CreateObject
public NetObject CreateObject(java.lang.String progID) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
CreateObject
public NetObject CreateObject(NetType type) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
CreateObjectFromClsid
public NetObject CreateObjectFromClsid(java.lang.String clsid) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
HtmlDecode
public java.lang.String HtmlDecode(java.lang.String s) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
HtmlEncode
public java.lang.String HtmlEncode(java.lang.String s) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
MapPath
public java.lang.String MapPath(java.lang.String path) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
UrlDecode
public java.lang.String UrlDecode(java.lang.String s) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
UrlEncode
public java.lang.String UrlEncode(java.lang.String s) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
UrlPathEncode
public java.lang.String UrlPathEncode(java.lang.String s) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
UrlTokenEncode
public java.lang.String UrlTokenEncode(byte[] input) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
UrlTokenEncode
public java.lang.String UrlTokenEncode(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
ClearError
public void ClearError() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Execute
public void Execute(java.lang.String path) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Execute
public void Execute(java.lang.String path, boolean preserveForm) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Execute
public void Execute(java.lang.String path, TextWriter writer) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Execute
public void Execute(java.lang.String path, TextWriter writer, boolean preserveForm) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Execute
public void Execute(IHttpHandler handler, TextWriter writer, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
HtmlDecode
public void HtmlDecode(java.lang.String s, TextWriter output) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
HtmlEncode
public void HtmlEncode(java.lang.String s, TextWriter output) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Transfer
public void Transfer(java.lang.String path) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Transfer
public void Transfer(java.lang.String path, boolean preserveForm) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Transfer
public void Transfer(IHttpHandler handler, boolean preserveForm) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
TransferRequest
public void TransferRequest(java.lang.String path) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
TransferRequest
public void TransferRequest(java.lang.String path, boolean preserveForm) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
TransferRequest
public void TransferRequest(java.lang.String path, boolean preserveForm, java.lang.String method, NameValueCollection headers) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
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.ThrowableNotImplementedException
-
UrlDecode
public void UrlDecode(java.lang.String s, TextWriter output) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
UrlEncode
public void UrlEncode(java.lang.String s, TextWriter output) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getScriptTimeout
public int getScriptTimeout() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setScriptTimeout
public void setScriptTimeout(int ScriptTimeout) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getMachineName
public java.lang.String getMachineName() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
-