Uses of Interface
org.smooks.api.profile.ProfileStore
-
Packages that use ProfileStore Package Description org.smooks.api org.smooks.api.profile org.smooks.engine org.smooks.engine.profile -
-
Uses of ProfileStore in org.smooks.api
Methods in org.smooks.api that return ProfileStore Modifier and Type Method Description ProfileStoreApplicationContext. getProfileStore()Get the ProfileStore in use within this Context. -
Uses of ProfileStore in org.smooks.api.profile
Methods in org.smooks.api.profile that return ProfileStore Modifier and Type Method Description ProfileStoreProfileConfigDigester. parse(InputStream input)Parse the device profile configuration stream. -
Uses of ProfileStore in org.smooks.engine
Methods in org.smooks.engine that return ProfileStore Modifier and Type Method Description ProfileStoreDefaultApplicationContext. getProfileStore()Get the ProfileStore in use within the Standalone Context.Constructors in org.smooks.engine with parameters of type ProfileStore Constructor Description DefaultRegistry(ClassLoader classLoader, ResourceConfigLoader resourceConfigLoader, ProfileStore profileStore) -
Uses of ProfileStore in org.smooks.engine.profile
Classes in org.smooks.engine.profile that implement ProfileStore Modifier and Type Class Description classDefaultProfileStoreDefault ProfileStore implementation.
-