Package | Description |
---|---|
org.milyn |
Smooks Content Transformation/Analysis - *** STARTING POINT ***.
|
org.milyn.cdr |
Smooks Configurations (Content Delivery Resources - CDR) Object Model.
|
org.milyn.container |
Request Container Abstraction.
|
org.milyn.container.standalone |
Standalone Container Implementation.
|
org.milyn.delivery |
Content Delivery.
|
org.milyn.dtd |
DTD Handling - parsing and storage.
|
org.milyn.profile |
Entity profiling implementation.
|
org.milyn.useragent |
Modifier and Type | Method and Description |
---|---|
static void |
SmooksUtil.registerProfileSet(ProfileSet profileSet,
Smooks smooks)
Manually register a set of profiles with the profile store associated with the supplied
Smooks instance. |
Modifier and Type | Method and Description |
---|---|
List<ProfileSet> |
SmooksResourceConfigurationList.getProfiles()
Get the list of profiles configured on this resource configuration list.
|
Modifier and Type | Method and Description |
---|---|
void |
SmooksResourceConfigurationList.add(ProfileSet profileSet)
Add a
ProfileSet instance to this list. |
SmooksResourceConfiguration[] |
SmooksResourceConfigurationStore.getSmooksResourceConfigurations(ProfileSet profileSet)
Get all the SmooksResourceConfiguration entries registered on this context store
for the specified profile set.
|
double |
ProfileTargetingExpression.getSpecificity(ProfileSet profileSet)
Get the specificity of this expression with respect to the supplied profile set.
|
double |
ProfileTargetingExpression.ExpressionToken.getSpecificity(ProfileSet profileSet)
Get the specificity of this token with respect to the supplied device.
|
SmooksResourceConfiguration[] |
SmooksResourceConfigurationList.getTargetConfigurations(ProfileSet profileSet)
Get all SmooksResourceConfiguration entries targeted at the specified profile set.
|
boolean |
ProfileTargetingExpression.isMatch(ProfileSet profileSet)
Does this expression match one of the profiles in the supplied profile set.
|
boolean |
ProfileTargetingExpression.ExpressionToken.isMatch(ProfileSet profileSet)
Is the profile specified in this token is a member of the supplied profile set.
|
Constructor and Description |
---|
SmooksResourceConfigurationSortComparator(ProfileSet profileSet)
Private constructor.
|
Modifier and Type | Field and Description |
---|---|
ProfileSet |
MockExecutionContext.profileSet |
Modifier and Type | Method and Description |
---|---|
ProfileSet |
ExecutionContext.getTargetProfiles()
Get the set of profiles at which this execution context is targeted.
|
ProfileSet |
MockExecutionContext.getTargetProfiles() |
Modifier and Type | Method and Description |
---|---|
ProfileSet |
StandaloneExecutionContext.getTargetProfiles() |
Modifier and Type | Method and Description |
---|---|
static ContentDeliveryConfig |
ContentDeliveryConfigBuilder.getConfig(ProfileSet profileSet,
ApplicationContext applicationContext,
VisitorConfigMap extendedVisitorConfigMap)
Get the ContentDeliveryConfig instance for the specified profile set.
|
Modifier and Type | Method and Description |
---|---|
static void |
DTDStore.addDTD(ProfileSet profileSet,
InputStream stream)
Add the DTD for the profileSet device
|
static DTDStore.DTDObjectContainer |
DTDStore.getDTDObject(ProfileSet profileSet)
Get the DTD Object for the profile, wrapped in a
DTDStore.DTDObjectContainer
instance. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProfileSet
Default ProfileSet implementation.
|
Modifier and Type | Method and Description |
---|---|
ProfileSet |
DefaultProfileStore.getProfileSet(String profileMember) |
ProfileSet |
ProfileStore.getProfileSet(String baseProfile)
Get the ProfileSet associated with the specified profile member.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultProfileStore.addProfileSet(ProfileSet profileSet)
Add a ProfileSet for the named profile member.
|
void |
ProfileStore.addProfileSet(ProfileSet profileSet)
Add a ProfileSet to the store.
|
Modifier and Type | Method and Description |
---|---|
ProfileSet |
MockUAContext.getProfileSet() |
ProfileSet |
UAContext.getProfileSet()
Get the ProfileSet for the device.
|
Copyright © 2020. All rights reserved.