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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetMapBy()The technique used to map document requests to profile service providers.voidMethods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListenerMethods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
-
Field Details
-
ROUTER
- See Also:
-
PREFIX
- See Also:
-
PROVIDER_NAME
- See Also:
-
-
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.
- Returns:
- defaultBehavior
-
setMapBy
-
getMapByRouter
MapByRouterBean getMapByRouter() -
createMapByRouter
MapByRouterBean createMapByRouter() -
destroyMapByRouter
void destroyMapByRouter() -
getMapByPrefix
MapByPrefixBean getMapByPrefix() -
createMapByPrefix
MapByPrefixBean createMapByPrefix() -
destroyMapByPrefix
void destroyMapByPrefix()
-