Package system.web.configuration
Class GlobalizationSection
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.configuration.ConfigurationElement
-
- system.configuration.ConfigurationSection
-
- system.web.configuration.GlobalizationSection
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class GlobalizationSection extends ConfigurationSection
The base .NET class managing System.Web.Configuration.GlobalizationSection, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Configuration.GlobalizationSection
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.Configuration.GlobalizationSectionstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description GlobalizationSection()
GlobalizationSection(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalizationSection
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoGlobalizationSection
, a cast assert is made to check if types are compatible.java.lang.String
getCulture()
boolean
getEnableBestFitResponseEncoding()
boolean
getEnableClientBasedCulture()
Encoding
getFileEncoding()
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 TypeEncoding
getRequestEncoding()
java.lang.String
getResourceProviderFactoryType()
Encoding
getResponseEncoding()
Encoding
getResponseHeaderEncoding()
java.lang.String
getUICulture()
void
setCulture(java.lang.String Culture)
void
setEnableBestFitResponseEncoding(boolean EnableBestFitResponseEncoding)
void
setEnableClientBasedCulture(boolean EnableClientBasedCulture)
void
setFileEncoding(Encoding FileEncoding)
void
setJCOInstance(JCObject instance)
void
setRequestEncoding(Encoding RequestEncoding)
void
setResourceProviderFactoryType(java.lang.String ResourceProviderFactoryType)
void
setResponseEncoding(Encoding ResponseEncoding)
void
setResponseHeaderEncoding(Encoding ResponseHeaderEncoding)
void
setUICulture(java.lang.String UICulture)
-
Methods inherited from class system.configuration.ConfigurationSection
getSectionInformation
-
Methods inherited from class system.configuration.ConfigurationElement
getCurrentConfiguration, getElementInformation, getLockAllAttributesExcept, getLockAllElementsExcept, getLockAttributes, getLockElements, getLockItem, IsReadOnly, setLockItem
-
-
-
-
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.Configuration.GlobalizationSection- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GlobalizationSection
public GlobalizationSection(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
GlobalizationSection
public GlobalizationSection() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
KeyNotFoundException
-
-
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 classConfigurationSection
- 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 classConfigurationSection
- 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 classConfigurationSection
- 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 classConfigurationSection
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classConfigurationSection
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classConfigurationSection
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static GlobalizationSection cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoGlobalizationSection
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
GlobalizationSection
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getEnableBestFitResponseEncoding
public boolean getEnableBestFitResponseEncoding() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ConfigurationException
-
setEnableBestFitResponseEncoding
public void setEnableBestFitResponseEncoding(boolean EnableBestFitResponseEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
NotSupportedException
-
getEnableClientBasedCulture
public boolean getEnableClientBasedCulture() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ConfigurationException
-
setEnableClientBasedCulture
public void setEnableClientBasedCulture(boolean EnableClientBasedCulture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
NotSupportedException
-
getCulture
public java.lang.String getCulture() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ConfigurationException
-
setCulture
public void setCulture(java.lang.String Culture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
NotSupportedException
-
getResourceProviderFactoryType
public java.lang.String getResourceProviderFactoryType() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ConfigurationException
-
setResourceProviderFactoryType
public void setResourceProviderFactoryType(java.lang.String ResourceProviderFactoryType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
NotSupportedException
-
getUICulture
public java.lang.String getUICulture() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ConfigurationException
-
setUICulture
public void setUICulture(java.lang.String UICulture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
NotSupportedException
-
getFileEncoding
public Encoding getFileEncoding() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException
-
setFileEncoding
public void setFileEncoding(Encoding FileEncoding) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ConfigurationErrorsException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
ArgumentException
FormatException
InvalidOperationException
NotSupportedException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ConfigurationErrorsException
NullReferenceException
-
getRequestEncoding
public Encoding getRequestEncoding() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
setRequestEncoding
public void setRequestEncoding(Encoding RequestEncoding) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ConfigurationErrorsException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
ArgumentException
FormatException
InvalidOperationException
NotSupportedException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ConfigurationErrorsException
NullReferenceException
-
getResponseEncoding
public Encoding getResponseEncoding() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
setResponseEncoding
public void setResponseEncoding(Encoding ResponseEncoding) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ConfigurationErrorsException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
ArgumentException
FormatException
InvalidOperationException
NotSupportedException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ConfigurationErrorsException
NullReferenceException
-
getResponseHeaderEncoding
public Encoding getResponseHeaderEncoding() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
setResponseHeaderEncoding
public void setResponseHeaderEncoding(Encoding ResponseHeaderEncoding) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ConfigurationErrorsException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
ArgumentException
FormatException
InvalidOperationException
NotSupportedException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ConfigurationErrorsException
NullReferenceException
-
-