public class UserControl extends TemplateControl implements IAttributeAccessor
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.UserControl
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.UserControl
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
UserControl() |
UserControl(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static UserControl |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into UserControl, a cast assert is made to check if types are compatible. |
void |
DesignerInitialize() |
HttpApplicationState |
getApplication() |
AttributeCollection |
getAttributes() |
Cache |
getCache() |
ControlCachePolicy |
getCachePolicy() |
boolean |
getIsPostBack() |
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
|
HttpRequest |
getRequest() |
HttpResponse |
getResponse() |
HttpServerUtility |
getServer() |
HttpSessionState |
getSession() |
TraceContext |
getTrace() |
void |
InitializeAsUserControl(Page page) |
java.lang.String |
MapPath(java.lang.String virtualPath) |
void |
setJCOInstance(JCObject instance) |
addAbortTransaction, addCommitTransaction, addError, getAppRelativeVirtualPath, LoadControl, LoadControl, LoadTemplate, ParseControl, ParseControl, ReadStringResource, ReadStringResource, removeAbortTransaction, removeCommitTransaction, removeError, setAppRelativeVirtualPath, TestDeviceFilteraddDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, DataBind, Dispose, FindControl, Focus, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, HasControls, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, RenderControl, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisibleEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetAttribute, SetAttribute, ToIAttributeAccessorToINamingContainerCompareFilters, EvaluateFilter, ToIFilterResolutionServiceAddParsedSubObject, ToIParserAccessorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public UserControl()
throws java.lang.Throwable
java.lang.Throwablepublic UserControl(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static UserControl cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into UserControl, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedUserControl instancejava.lang.Throwable - in case of error during cast operationpublic void DesignerInitialize()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
TypeLoadException,
ProviderException,
ArgumentOutOfRangeException,
NotSupportedException,
FormatException,
AmbiguousMatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFormatExceptionAmbiguousMatchExceptionpublic HttpApplicationState getApplication() throws java.lang.Throwable
java.lang.Throwablepublic AttributeCollection getAttributes() throws java.lang.Throwable
java.lang.Throwablepublic Cache getCache() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
public ControlCachePolicy getCachePolicy() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsPostBack()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAttributeAccessorgetJCOAssemblyName in interface IFilterResolutionServicegetJCOAssemblyName in interface INamingContainergetJCOAssemblyName in interface IParserAccessorgetJCOAssemblyName in class TemplateControlString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IAttributeAccessorgetJCOClassName in interface IFilterResolutionServicegetJCOClassName in interface INamingContainergetJCOClassName in interface IParserAccessorgetJCOClassName in class TemplateControlString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IAttributeAccessorgetJCOInstance in interface IFilterResolutionServicegetJCOInstance in interface INamingContainergetJCOInstance in interface IParserAccessorgetJCOInstance in class TemplateControlObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IAttributeAccessorgetJCOObjectName in interface IFilterResolutionServicegetJCOObjectName in interface INamingContainergetJCOObjectName in interface IParserAccessorgetJCOObjectName in class TemplateControlString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IAttributeAccessorgetJCOType in interface IFilterResolutionServicegetJCOType in interface INamingContainergetJCOType in interface IParserAccessorgetJCOType in class TemplateControlJCType representing the CLR Type of the instantiated Classpublic HttpRequest getRequest() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
public HttpResponse getResponse() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
public HttpServerUtility getServer() throws java.lang.Throwable
java.lang.Throwablepublic HttpSessionState getSession() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, HttpException, ConfigurationErrorsException, ConfigurationException, ArgumentOutOfRangeException
public TraceContext getTrace() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ConfigurationException
public void InitializeAsUserControl(Page page) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, MulticastNotSupportedException, SecurityException, MissingManifestResourceException, IndexOutOfRangeException, HttpException, HttpParseException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionMulticastNotSupportedExceptionSecurityExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionHttpExceptionHttpParseExceptionpublic java.lang.String MapPath(java.lang.String virtualPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class TemplateControl