Package system.web.ui.adapters
Class PageAdapter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.adapters.ControlAdapter
-
- system.web.ui.adapters.PageAdapter
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class PageAdapter extends ControlAdapter
The base .NET class managing System.Web.UI.Adapters.PageAdapter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- 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.UI.Adapters.PageAdapterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PageAdapter()PageAdapter(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PageAdaptercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPageAdapter, a cast assert is made to check if types are compatible.NameValueCollectionDeterminePostBackMode()NameValueCollectionDeterminePostBackModeUnvalidated()StringCollectiongetCacheVaryByHeaders()StringCollectiongetCacheVaryByParams()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 TypeICollectionGetRadioButtonsByGroup(java.lang.String groupName)PageStatePersisterGetStatePersister()voidRegisterRadioButton(RadioButton radioButton)voidRenderBeginHyperlink(HtmlTextWriter writer, java.lang.String targetUrl, boolean encodeUrl, java.lang.String softkeyLabel)voidRenderBeginHyperlink(HtmlTextWriter writer, java.lang.String targetUrl, boolean encodeUrl, java.lang.String softkeyLabel, java.lang.String accessKey)voidRenderEndHyperlink(HtmlTextWriter writer)voidRenderPostBackEvent(HtmlTextWriter writer, java.lang.String target, java.lang.String argument, java.lang.String softkeyLabel, java.lang.String text)voidRenderPostBackEvent(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)voidsetJCOInstance(JCObject instance)java.lang.StringTransformText(java.lang.String text)
-
-
-
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.UI.Adapters.PageAdapter- 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 classControlAdapter- 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 classControlAdapter- 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 classControlAdapter- 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 classControlAdapter- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classControlAdapter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classControlAdapter- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PageAdapter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPageAdapter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PageAdapterinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetRadioButtonsByGroup
public ICollection GetRadioButtonsByGroup(java.lang.String groupName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DeterminePostBackMode
public NameValueCollection DeterminePostBackMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NullReferenceException, ConfigurationErrorsException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNullReferenceExceptionConfigurationErrorsExceptionNotSupportedException
-
DeterminePostBackModeUnvalidated
public NameValueCollection DeterminePostBackModeUnvalidated() throws java.lang.Throwable, ArgumentNullException, CultureNotFoundException, ArgumentException, HttpException, ArgumentOutOfRangeException, NullReferenceException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, ConfigurationException, FormatException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionCultureNotFoundExceptionArgumentExceptionHttpExceptionArgumentOutOfRangeExceptionNullReferenceExceptionConfigurationErrorsExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionOverflowExceptionIndexOutOfRangeException
-
TransformText
public java.lang.String TransformText(java.lang.String text) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetStatePersister
public PageStatePersister GetStatePersister() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
RegisterRadioButton
public void RegisterRadioButton(RadioButton radioButton) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
RenderBeginHyperlink
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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionHttpExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexException
-
RenderBeginHyperlink
public 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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexException
-
RenderEndHyperlink
public void RenderEndHyperlink(HtmlTextWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
RenderPostBackEvent
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionHttpExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionCultureNotFoundExceptionCryptographicExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
RenderPostBackEvent
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionInvalidOperationExceptionHttpExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionUriFormatExceptionThreadAbortExceptionCryptographicExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionOverflowException
-
getCacheVaryByHeaders
public StringCollection getCacheVaryByHeaders() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCacheVaryByParams
public StringCollection getCacheVaryByParams() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-