public class PageAdapter extends ControlAdapter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.Adapters.PageAdapter
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.UI.Adapters.PageAdapter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PageAdapter() |
PageAdapter(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PageAdapter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PageAdapter, a cast assert is made to check if types are compatible. |
NameValueCollection |
DeterminePostBackMode() |
NameValueCollection |
DeterminePostBackModeUnvalidated() |
StringCollection |
getCacheVaryByHeaders() |
StringCollection |
getCacheVaryByParams() |
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
|
ICollection |
GetRadioButtonsByGroup(java.lang.String groupName) |
PageStatePersister |
GetStatePersister() |
void |
RegisterRadioButton(RadioButton radioButton) |
void |
RenderBeginHyperlink(HtmlTextWriter writer,
java.lang.String targetUrl,
boolean encodeUrl,
java.lang.String softkeyLabel) |
void |
RenderBeginHyperlink(HtmlTextWriter writer,
java.lang.String targetUrl,
boolean encodeUrl,
java.lang.String softkeyLabel,
java.lang.String accessKey) |
void |
RenderEndHyperlink(HtmlTextWriter writer) |
void |
RenderPostBackEvent(HtmlTextWriter writer,
java.lang.String target,
java.lang.String argument,
java.lang.String softkeyLabel,
java.lang.String text) |
void |
RenderPostBackEvent(HtmlTextWriter writer,
java.lang.String target,
java.lang.String argument,
java.lang.String softkeyLabel,
java.lang.String text,
java.lang.String postUrl,
java.lang.String accessKey) |
void |
setJCOInstance(JCObject instance) |
java.lang.String |
TransformText(java.lang.String text) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PageAdapter()
throws java.lang.Throwable
java.lang.Throwablepublic PageAdapter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PageAdapter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PageAdapter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPageAdapter instancejava.lang.Throwable - in case of error during cast operationpublic NameValueCollection DeterminePostBackMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NullReferenceException, ConfigurationErrorsException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNullReferenceExceptionConfigurationErrorsExceptionNotSupportedExceptionpublic NameValueCollection DeterminePostBackModeUnvalidated() throws java.lang.Throwable, ArgumentNullException, CultureNotFoundException, ArgumentException, HttpException, ArgumentOutOfRangeException, NullReferenceException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, ConfigurationException, FormatException, OverflowException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionCultureNotFoundExceptionArgumentExceptionHttpExceptionArgumentOutOfRangeExceptionNullReferenceExceptionConfigurationErrorsExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionpublic StringCollection getCacheVaryByHeaders() throws java.lang.Throwable
java.lang.Throwablepublic StringCollection getCacheVaryByParams() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ControlAdapterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ControlAdapterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ControlAdapterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ControlAdapterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ControlAdapterJCType representing the CLR Type of the instantiated Classpublic ICollection GetRadioButtonsByGroup(java.lang.String groupName) throws java.lang.Throwable
java.lang.Throwablepublic PageStatePersister GetStatePersister() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public void RegisterRadioButton(RadioButton radioButton) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
public void RenderBeginHyperlink(HtmlTextWriter writer, java.lang.String targetUrl, boolean encodeUrl, java.lang.String softkeyLabel) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, HttpException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionHttpExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void RenderBeginHyperlink(HtmlTextWriter writer, java.lang.String targetUrl, boolean encodeUrl, java.lang.String softkeyLabel, java.lang.String accessKey) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, OutOfMemoryException, MissingManifestResourceException, HttpException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void RenderEndHyperlink(HtmlTextWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void RenderPostBackEvent(HtmlTextWriter writer, java.lang.String target, java.lang.String argument, java.lang.String softkeyLabel, java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, HttpException, InvalidOperationException, MissingMethodException, TargetInvocationException, ProviderException, NullReferenceException, HttpRequestValidationException, CultureNotFoundException, CryptographicException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionHttpExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionCultureNotFoundExceptionCryptographicExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic void RenderPostBackEvent(HtmlTextWriter writer, java.lang.String target, java.lang.String argument, java.lang.String softkeyLabel, java.lang.String text, java.lang.String postUrl, java.lang.String accessKey) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ConfigurationErrorsException, MissingManifestResourceException, InvalidOperationException, HttpException, TypeLoadException, MissingMethodException, TargetInvocationException, ProviderException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, UriFormatException, ThreadAbortException, CryptographicException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionInvalidOperationExceptionHttpExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionUriFormatExceptionThreadAbortExceptionCryptographicExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ControlAdapterpublic java.lang.String TransformText(java.lang.String text)
throws java.lang.Throwable
java.lang.Throwable