Interface MappingBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, weblogic.descriptor.SettableBean

public interface MappingBean extends weblogic.descriptor.DescriptorBean
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
  • Field Details

  • Method Details

    • getMapBy

      String getMapBy()
      The technique used to map document requests to profile service providers.
      • By Provider Name: Maps the prefix of the requested URL to the name of a configured provider. Specify the provider name in the Providers tab of the Administration Console.
      • By Prefix: Maps multiple prefixes in the requested URL to a single provider. If you select this method, use the Mapping by Prefix tab in the Administration Console to define the prefix mapping rules.
      • By Router: Maps URLs to providers using a custom router class that you provide. If you select this method, use the Mapping by Router tab in the Administration Console to identify the custom router class.
      legalValues = MappingBean.ROUTER, MappingBean.PREFIX, MappingBean.PROVIDER_NAME required = true
      Returns:
      defaultBehavior
    • setMapBy

      void setMapBy(String var)
    • getMapByRouter

      MapByRouterBean getMapByRouter()
    • createMapByRouter

      MapByRouterBean createMapByRouter()
    • destroyMapByRouter

      void destroyMapByRouter()
    • getMapByPrefix

      MapByPrefixBean getMapByPrefix()
    • createMapByPrefix

      MapByPrefixBean createMapByPrefix()
    • destroyMapByPrefix

      void destroyMapByPrefix()