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.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.UI.Adapters.PageAdapterstatic JCType
classType
The 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 PageAdapter
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoPageAdapter
, 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 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 TypeICollection
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)
-
-
-
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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classControlAdapter
- 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 classControlAdapter
- 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 classControlAdapter
- 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 classControlAdapter
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classControlAdapter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classControlAdapter
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PageAdapter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPageAdapter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PageAdapter
instance- 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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
NullReferenceException
ConfigurationErrorsException
NotSupportedException
-
DeterminePostBackModeUnvalidated
public NameValueCollection DeterminePostBackModeUnvalidated() throws java.lang.Throwable, ArgumentNullException, CultureNotFoundException, ArgumentException, HttpException, ArgumentOutOfRangeException, NullReferenceException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, ConfigurationException, FormatException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
CultureNotFoundException
ArgumentException
HttpException
ArgumentOutOfRangeException
NullReferenceException
ConfigurationErrorsException
InvalidOperationException
NotSupportedException
ConfigurationException
FormatException
OverflowException
IndexOutOfRangeException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
ThreadAbortException
InvalidOperationException
ArgumentNullException
MissingMethodException
TargetInvocationException
MissingManifestResourceException
HttpException
NullReferenceException
ObjectDisposedException
AbandonedMutexException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ThreadAbortException
ArgumentNullException
MissingMethodException
TargetInvocationException
OutOfMemoryException
MissingManifestResourceException
HttpException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
ObjectDisposedException
AbandonedMutexException
-
RenderEndHyperlink
public void RenderEndHyperlink(HtmlTextWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
MissingManifestResourceException
ConfigurationErrorsException
HttpException
InvalidOperationException
MissingMethodException
TargetInvocationException
ProviderException
NullReferenceException
HttpRequestValidationException
CultureNotFoundException
CryptographicException
PlatformNotSupportedException
NotSupportedException
OutOfMemoryException
FormatException
OverflowException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
ConfigurationErrorsException
MissingManifestResourceException
InvalidOperationException
HttpException
TypeLoadException
MissingMethodException
TargetInvocationException
ProviderException
IndexOutOfRangeException
ObjectDisposedException
CultureNotFoundException
UriFormatException
ThreadAbortException
CryptographicException
PlatformNotSupportedException
NotSupportedException
OutOfMemoryException
FormatException
OverflowException
-
getCacheVaryByHeaders
public StringCollection getCacheVaryByHeaders() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCacheVaryByParams
public StringCollection getCacheVaryByParams() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-