Package system.web.ui

Class PageParserFilter

    • 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.PageParserFilter
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • PageParserFilter

        public PageParserFilter​(java.lang.Object instance)
                         throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • PageParserFilter

        public PageParserFilter()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • AllowBaseType

        public boolean AllowBaseType​(NetType baseType)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • AllowControl

        public boolean AllowControl​(NetType controlType,
                                    ControlBuilder builder)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • AllowServerSideInclude

        public boolean AllowServerSideInclude​(java.lang.String includeVirtualPath)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • AllowVirtualReference

        public boolean AllowVirtualReference​(java.lang.String referenceVirtualPath,
                                             VirtualReferenceType referenceType)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ProcessCodeConstruct

        public boolean ProcessCodeConstruct​(CodeConstructType codeType,
                                            java.lang.String code)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ProcessDataBindingAttribute

        public boolean ProcessDataBindingAttribute​(java.lang.String controlId,
                                                   java.lang.String name,
                                                   java.lang.String value)
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ProcessEventHookup

        public boolean ProcessEventHookup​(java.lang.String controlId,
                                          java.lang.String eventName,
                                          java.lang.String handlerName)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetNoCompileUserControlType

        public NetType GetNoCompileUserControlType()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ParseComplete

        public void ParseComplete​(ControlBuilder rootBuilder)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • PreprocessDirective

        public void PreprocessDirective​(java.lang.String directiveName,
                                        IDictionary attributes)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAllowCode

        public boolean getAllowCode()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getNumberOfControlsAllowed

        public int getNumberOfControlsAllowed()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getNumberOfDirectDependenciesAllowed

        public int getNumberOfDirectDependenciesAllowed()
                                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTotalNumberOfDependenciesAllowed

        public int getTotalNumberOfDependenciesAllowed()
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable