Package system.web.ui
Class Page
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IFilterResolutionService
,INamingContainer
,IParserAccessor
public class Page extends TemplateControl
The base .NET class managing System.Web.UI.Page, 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.Page
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.Pagestatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.web.ui.TemplateControl
addAbortTransaction, addCommitTransaction, addError, getAppRelativeVirtualPath, LoadControl, LoadControl, LoadTemplate, ParseControl, ParseControl, ReadStringResource, ReadStringResource, removeAbortTransaction, removeCommitTransaction, removeError, setAppRelativeVirtualPath, TestDeviceFilter
-
Methods inherited from class system.web.ui.Control
addDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, DataBind, Dispose, 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, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IFilterResolutionService
CompareFilters, EvaluateFilter
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
-
-
-
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.Page- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Page
public Page(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
Page
public Page() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIFilterResolutionService
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceINamingContainer
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- Overrides:
getJCOAssemblyName
in classTemplateControl
- 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 interfaceIFilterResolutionService
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceINamingContainer
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- Overrides:
getJCOClassName
in classTemplateControl
- 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 interfaceIFilterResolutionService
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceINamingContainer
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- Overrides:
getJCOObjectName
in classTemplateControl
- 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 interfaceIFilterResolutionService
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceINamingContainer
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- Overrides:
getJCOInstance
in classTemplateControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classTemplateControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIFilterResolutionService
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceINamingContainer
- Specified by:
getJCOType
in interfaceIParserAccessor
- Overrides:
getJCOType
in classTemplateControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Page cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPage
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Page
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsClientScriptBlockRegistered
public boolean IsClientScriptBlockRegistered(java.lang.String key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
IsStartupScriptRegistered
public boolean IsStartupScriptRegistered(java.lang.String key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
RequiresControlState
public boolean RequiresControlState(Control control) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetTypeHashCode
public int GetTypeHashCode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetDataItem
public NetObject GetDataItem() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
GetPostBackClientEvent
public java.lang.String GetPostBackClientEvent(Control control, java.lang.String argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, NullReferenceException, InvalidOperationException, ArgumentOutOfRangeException, ConfigurationException, OutOfMemoryException
-
GetPostBackClientHyperlink
public java.lang.String GetPostBackClientHyperlink(Control control, java.lang.String argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ConfigurationException, OutOfMemoryException
-
GetPostBackEventReference
public java.lang.String GetPostBackEventReference(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, NullReferenceException, InvalidOperationException, ArgumentOutOfRangeException, ConfigurationException, OutOfMemoryException
-
GetPostBackEventReference
public java.lang.String GetPostBackEventReference(Control control, java.lang.String argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, NullReferenceException, InvalidOperationException, ArgumentOutOfRangeException, ConfigurationException, OutOfMemoryException
-
MapPath
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
OutOfMemoryException
ThreadAbortException
HttpRequestValidationException
NotSupportedException
-
FindControl
public Control FindControl(java.lang.String id) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ProviderException, NullReferenceException
- Overrides:
FindControl
in classControl
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ProviderException
NullReferenceException
-
CreateHtmlTextWriterFromType
public static HtmlTextWriter CreateHtmlTextWriterFromType(TextWriter tw, NetType writerType) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, NotSupportedException, SecurityException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
InvalidOperationException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
HttpException
NotSupportedException
SecurityException
MissingMethodException
TargetInvocationException
-
GetValidators
public ValidatorCollection GetValidators(java.lang.String validationGroup) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, NotSupportedException
-
AddOnPreRenderCompleteAsync
public void AddOnPreRenderCompleteAsync(BeginEventHandler beginHandler, EndEventHandler endHandler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, ConfigurationException, OutOfMemoryException, IndexOutOfRangeException, ApplicationException, HttpUnhandledException, PlatformNotSupportedException, ThreadStateException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ConfigurationErrorsException
HttpException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
MissingManifestResourceException
ConfigurationException
OutOfMemoryException
IndexOutOfRangeException
ApplicationException
HttpUnhandledException
PlatformNotSupportedException
ThreadStateException
-
AddOnPreRenderCompleteAsync
public void AddOnPreRenderCompleteAsync(BeginEventHandler beginHandler, EndEventHandler endHandler, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, HttpException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ConfigurationException, InvalidCastException, NullReferenceException, OutOfMemoryException, ApplicationException, HttpUnhandledException, SecurityException, PlatformNotSupportedException, LockRecursionException, SynchronizationLockException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ConfigurationErrorsException
ArgumentOutOfRangeException
HttpException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ConfigurationException
InvalidCastException
NullReferenceException
OutOfMemoryException
ApplicationException
HttpUnhandledException
SecurityException
PlatformNotSupportedException
LockRecursionException
SynchronizationLockException
-
DesignerInitialize
public void DesignerInitialize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException, FormatException, AmbiguousMatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
TypeLoadException
ProviderException
ArgumentOutOfRangeException
NotSupportedException
FormatException
AmbiguousMatchException
-
ExecuteRegisteredAsyncTasks
public void ExecuteRegisteredAsyncTasks() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException, OverflowException, ThreadStateException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
HttpException
ArgumentNullException
HttpRequestValidationException
ConfigurationErrorsException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
MissingManifestResourceException
ObjectDisposedException
ConfigurationException
OverflowException
ThreadStateException
-
ProcessRequest
public void ProcessRequest(HttpContext context) throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, IndexOutOfRangeException, ConfigurationErrorsException, NullReferenceException, NotSupportedException, MulticastNotSupportedException, ThreadStateException, HttpUnhandledException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
IndexOutOfRangeException
ConfigurationErrorsException
NullReferenceException
NotSupportedException
MulticastNotSupportedException
ThreadStateException
HttpUnhandledException
PlatformNotSupportedException
-
RegisterArrayDeclaration
public void RegisterArrayDeclaration(java.lang.String arrayName, java.lang.String arrayValue) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
-
RegisterAsyncTask
public void RegisterAsyncTask(PageAsyncTask task) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, HttpException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ConfigurationException, InvalidCastException, NullReferenceException, ThreadStateException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ConfigurationErrorsException
ArgumentOutOfRangeException
HttpException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ConfigurationException
InvalidCastException
NullReferenceException
ThreadStateException
ObjectDisposedException
-
RegisterClientScriptBlock
public void RegisterClientScriptBlock(java.lang.String key, java.lang.String script) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
RegisterHiddenField
public void RegisterHiddenField(java.lang.String hiddenFieldName, java.lang.String hiddenFieldInitialValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
RegisterOnSubmitStatement
public void RegisterOnSubmitStatement(java.lang.String key, java.lang.String script) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
RegisterRequiresControlState
public void RegisterRequiresControlState(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, ConfigurationErrorsException, ProviderException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
HttpException
ConfigurationErrorsException
ProviderException
NullReferenceException
-
RegisterRequiresPostBack
public void RegisterRequiresPostBack(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
-
RegisterRequiresRaiseEvent
public void RegisterRequiresRaiseEvent(IPostBackEventHandler control) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RegisterRequiresViewStateEncryption
public void RegisterRequiresViewStateEncryption() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
RegisterStartupScript
public void RegisterStartupScript(java.lang.String key, java.lang.String script) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
RegisterViewStateHandler
public void RegisterViewStateHandler() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetFocus
public void SetFocus(java.lang.String clientID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationErrorsException, HttpException, ProviderException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
ConfigurationErrorsException
HttpException
ProviderException
-
SetFocus
public void SetFocus(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationErrorsException, HttpException, ProviderException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
ConfigurationErrorsException
HttpException
ProviderException
-
UnregisterRequiresControlState
public void UnregisterRequiresControlState(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
Validate
public void Validate() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
Validate
public void Validate(java.lang.String validationGroup) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, NotSupportedException
-
VerifyRenderingInServerForm
public void VerifyRenderingInServerForm(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
ConfigurationException
-
getBuffer
public boolean getBuffer() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
setBuffer
public void setBuffer(boolean Buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
getEnableEventValidation
public boolean getEnableEventValidation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnableEventValidation
public void setEnableEventValidation(boolean EnableEventValidation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getEnableViewStateMac
public boolean getEnableViewStateMac() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnableViewStateMac
public void setEnableViewStateMac(boolean EnableViewStateMac) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsAsync
public boolean getIsAsync() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsCallback
public boolean getIsCallback() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsCrossPagePostBack
public boolean getIsCrossPagePostBack() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsPostBack
public boolean getIsPostBack() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsPostBackEventControlRegistered
public boolean getIsPostBackEventControlRegistered() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsReusable
public boolean getIsReusable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsValid
public boolean getIsValid() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getMaintainScrollPositionOnPostBack
public boolean getMaintainScrollPositionOnPostBack() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, ConfigurationException, ArgumentOutOfRangeException, NullReferenceException, CultureNotFoundException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
HttpException
ArgumentNullException
HttpRequestValidationException
ConfigurationErrorsException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
TypeLoadException
MissingMethodException
TargetInvocationException
NotSupportedException
ConfigurationException
ArgumentOutOfRangeException
NullReferenceException
CultureNotFoundException
FormatException
-
setMaintainScrollPositionOnPostBack
public void setMaintainScrollPositionOnPostBack(boolean MaintainScrollPositionOnPostBack) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, NullReferenceException
-
getSkipFormActionValidation
public boolean getSkipFormActionValidation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSkipFormActionValidation
public void setSkipFormActionValidation(boolean SkipFormActionValidation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmartNavigation
public boolean getSmartNavigation() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
NullReferenceException
FormatException
OverflowException
-
setSmartNavigation
public void setSmartNavigation(boolean SmartNavigation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTraceEnabled
public boolean getTraceEnabled() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ConfigurationException
-
setTraceEnabled
public void setTraceEnabled(boolean TraceEnabled) throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ConfigurationException
-
getIdSeparator
public char getIdSeparator() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
TypeLoadException
ProviderException
ArgumentOutOfRangeException
NotSupportedException
-
getCodePage
public int getCodePage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
-
setCodePage
public void setCodePage(int CodePage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, IndexOutOfRangeException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
IndexOutOfRangeException
ConfigurationException
-
getLCID
public int getLCID() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException
-
setLCID
public void setLCID(int LCID) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, SecurityException, NullReferenceException
-
getMaxPageStateFieldLength
public int getMaxPageStateFieldLength() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxPageStateFieldLength
public void setMaxPageStateFieldLength(int MaxPageStateFieldLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getItems
public IDictionary getItems() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUser
public IPrincipal getUser() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClientQueryString
public java.lang.String getClientQueryString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, NullReferenceException, ThreadAbortException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
NullReferenceException
ThreadAbortException
-
getClientTarget
public java.lang.String getClientTarget() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setClientTarget
public void setClientTarget(java.lang.String ClientTarget) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
getCulture
public java.lang.String getCulture() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotImplementedException, ObjectDisposedException, BadImageFormatException, FormatException, IOException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
InvalidOperationException
ArgumentException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotImplementedException
ObjectDisposedException
BadImageFormatException
FormatException
IOException
NullReferenceException
-
setCulture
public void setCulture(java.lang.String Culture) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, SecurityException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
SecurityException
-
getErrorPage
public java.lang.String getErrorPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setErrorPage
public void setErrorPage(java.lang.String ErrorPage) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMasterPageFile
public java.lang.String getMasterPageFile() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException
-
setMasterPageFile
public void setMasterPageFile(java.lang.String MasterPageFile) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
HttpException
-
getMetaDescription
public java.lang.String getMetaDescription() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setMetaDescription
public void setMetaDescription(java.lang.String MetaDescription) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getMetaKeywords
public java.lang.String getMetaKeywords() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setMetaKeywords
public void setMetaKeywords(java.lang.String MetaKeywords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getResponseEncoding
public java.lang.String getResponseEncoding() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
-
setResponseEncoding
public void setResponseEncoding(java.lang.String ResponseEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, IndexOutOfRangeException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
IndexOutOfRangeException
ConfigurationException
-
getStyleSheetTheme
public java.lang.String getStyleSheetTheme() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStyleSheetTheme
public void setStyleSheetTheme(java.lang.String StyleSheetTheme) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getTheme
public java.lang.String getTheme() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTheme
public void setTheme(java.lang.String Theme) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NullReferenceException
-
getTitle
public java.lang.String getTitle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setTitle
public void setTitle(java.lang.String Title) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getUICulture
public java.lang.String getUICulture() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, IndexOutOfRangeException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, BadImageFormatException, FormatException, IOException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
InvalidOperationException
ArgumentException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
IndexOutOfRangeException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
BadImageFormatException
FormatException
IOException
NullReferenceException
-
setUICulture
public void setUICulture(java.lang.String UICulture) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, SecurityException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
SecurityException
-
getViewStateUserKey
public java.lang.String getViewStateUserKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setViewStateUserKey
public void setViewStateUserKey(java.lang.String ViewStateUserKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getAsyncTimeout
public TimeSpan getAsyncTimeout() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, HttpException, HttpRequestValidationException, InvalidOperationException, ConfigurationErrorsException, ObjectDisposedException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ConfigurationException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
HttpException
HttpRequestValidationException
InvalidOperationException
ConfigurationErrorsException
ObjectDisposedException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ConfigurationException
OverflowException
-
setAsyncTimeout
public void setAsyncTimeout(TimeSpan AsyncTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getCache
public Cache getCache() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getApplication
public HttpApplicationState getApplication() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRequest
public HttpRequest getRequest() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getResponse
public HttpResponse getResponse() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getServer
public HttpServerUtility getServer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getModelBindingExecutionContext
public ModelBindingExecutionContext getModelBindingExecutionContext() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
-
getModelState
public ModelStateDictionary getModelState() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
getRouteData
public RouteData getRouteData() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
getSession
public HttpSessionState getSession() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, HttpException, ConfigurationErrorsException, ConfigurationException, ArgumentOutOfRangeException
-
getTrace
public TraceContext getTrace() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, ConfigurationException
-
getTraceModeValue
public TraceMode getTraceModeValue() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ConfigurationException
-
setTraceModeValue
public void setTraceModeValue(TraceMode TraceModeValue) throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ConfigurationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, HttpRequestValidationException, OverflowException, NullReferenceException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
HttpException
ArgumentNullException
ConfigurationErrorsException
InvalidOperationException
NotSupportedException
MissingManifestResourceException
ConfigurationException
ArgumentOutOfRangeException
FormatException
IndexOutOfRangeException
HttpRequestValidationException
OverflowException
NullReferenceException
PlatformNotSupportedException
-
getPageAdapter
public PageAdapter getPageAdapter() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException, NotSupportedException, NullReferenceException, TypeLoadException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
ConfigurationException
ProviderException
NotSupportedException
NullReferenceException
TypeLoadException
-
getClientScript
public ClientScriptManager getClientScript() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAutoPostBackControl
public Control getAutoPostBackControl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoPostBackControl
public void setAutoPostBackControl(Control AutoPostBackControl) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getForm
public HtmlForm getForm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHeader
public HtmlHead getHeader() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaster
public MasterPage getMaster() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, NullReferenceException, NotImplementedException, HttpParseException, HttpCompileException, MulticastNotSupportedException, SecurityException, ConfigurationErrorsException, AmbiguousMatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
NullReferenceException
NotImplementedException
HttpParseException
HttpCompileException
MulticastNotSupportedException
SecurityException
ConfigurationErrorsException
AmbiguousMatchException
-
getPreviousPage
public Page getPreviousPage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, HttpRequestValidationException, CultureNotFoundException, ProviderException, ConfigurationErrorsException, SecurityException, HttpParseException, HttpCompileException, NotSupportedException, MissingMethodException, TargetInvocationException, FormatException, OverflowException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
HttpRequestValidationException
CultureNotFoundException
ProviderException
ConfigurationErrorsException
SecurityException
HttpParseException
HttpCompileException
NotSupportedException
MissingMethodException
TargetInvocationException
FormatException
OverflowException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
-
getUnobtrusiveValidationMode
public UnobtrusiveValidationMode getUnobtrusiveValidationMode() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException, InvalidOperationException, CultureNotFoundException, NotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ConfigurationErrorsException
ObjectDisposedException
AbandonedMutexException
ArgumentOutOfRangeException
OutOfMemoryException
InvalidCastException
InvalidOperationException
CultureNotFoundException
NotSupportedException
NullReferenceException
-
setUnobtrusiveValidationMode
public void setUnobtrusiveValidationMode(UnobtrusiveValidationMode UnobtrusiveValidationMode) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getValidators
public ValidatorCollection getValidators() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getViewStateEncryptionMode
public ViewStateEncryptionMode getViewStateEncryptionMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setViewStateEncryptionMode
public void setViewStateEncryptionMode(ViewStateEncryptionMode ViewStateEncryptionMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
addInitComplete
public void addInitComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInitComplete
public void removeInitComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLoadComplete
public void addLoadComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLoadComplete
public void removeLoadComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreInit
public void addPreInit(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreInit
public void removePreInit(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreLoad
public void addPreLoad(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreLoad
public void removePreLoad(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreRenderComplete
public void addPreRenderComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreRenderComplete
public void removePreRenderComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSaveStateComplete
public void addSaveStateComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSaveStateComplete
public void removeSaveStateComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-