Uses of Interface
org.norther.tammi.acorn.util.OrderedMap

Packages that use OrderedMap
org.norther.tammi.acorn.jfc   
org.norther.tammi.acorn.type   
org.norther.tammi.acorn.util   
org.norther.tammi.core.base   
org.norther.tammi.core.config   
org.norther.tammi.core.realm   
org.norther.tammi.core.rt   
org.norther.tammi.core.startup   
org.norther.tammi.root.db   
org.norther.tammi.root.db.util   
org.norther.tammi.root.hbm   
org.norther.tammi.root.ojb   
org.norther.tammi.spray.db.step   
org.norther.tammi.spray.engine.tool   
org.norther.tammi.spray.filter   
org.norther.tammi.spray.media.tool   
org.norther.tammi.spray.protocol   
org.norther.tammi.spray.protocol.chain   
org.norther.tammi.spray.session   
org.norther.tammi.spray.template.skin   
org.norther.tammi.spray.template.tool   
org.norther.tammi.sprig.chart.tool   
 

Uses of OrderedMap in org.norther.tammi.acorn.jfc
 

Methods in org.norther.tammi.acorn.jfc that return OrderedMap
protected  OrderedMap<Comparable<?>,?> ComparableArrayMapChartModel.getArrayMap()
           
protected  OrderedMap<?,?> ArrayMapChartModel.getArrayMap()
          Gets the map.
 

Constructors in org.norther.tammi.acorn.jfc with parameters of type OrderedMap
ArrayMapChartModel(OrderedMap<?,?> map)
          Constructs a new model.
ComparableArrayMapChartModel(OrderedMap<Comparable<?>,?> map)
          Constructs a new model.
FilteredChartModel(ChartModel model, OrderedMap<Comparable<?>,Comparable<?>> columns, OrderedMap<Comparable<?>,Comparable<?>> rows)
          Constructs a new model.
FilteredChartModel(ChartModel model, OrderedMap<Comparable<?>,Comparable<?>> columns, OrderedMap<Comparable<?>,Comparable<?>> rows)
          Constructs a new model.
NamedArrayMapChartModel(OrderedMap<Comparable<?>,?> map, Comparable<?>[] rows)
          Constructs a new model with named rows.
 

Uses of OrderedMap in org.norther.tammi.acorn.type
 

Fields in org.norther.tammi.acorn.type declared as OrderedMap
static OrderedMap<String,TimeZone> Classes.TIME_ZONES
          The known time zones.
 

Methods in org.norther.tammi.acorn.type that return OrderedMap
static OrderedMap<Class<Enum<?>>,Enum<?>> Classes.toEnumConstants(String[] classNames)
          Converts the named classes to enum instances.
static
<L extends EventListener>
OrderedMap<Class<L>,L[]>
Classes.toEventListeners(String[] classNames)
          Converts the named classes to event listener instances.
 

Uses of OrderedMap in org.norther.tammi.acorn.util
 

Classes in org.norther.tammi.acorn.util that implement OrderedMap
 class ModifiableOrderedMap<K,V>
          Extends UnmodifiableOrderedMap by supporting modifications after cloning.
 class OrderedHashMap<K,V>
          Extends ConcurrentReadMap by implementing the OrderedMap interface.
 class UnmodifiableOrderedMap<K,V>
          An unmodifiable ordered map wrapper filtering out additions and removals.
 

Methods in org.norther.tammi.acorn.util that return OrderedMap
static
<K,V> OrderedMap<K,V>
Collections.cast(OrderedMap<?,?> c)
          Casts an unknown ordered map to the specified parametrized type.
static
<K,V> OrderedMap<K,V>
Collections.emptyOrderedMap()
          Returns an immutable empty ordered map.
protected  OrderedMap<K,V> UnmodifiableOrderedMap.getMap()
           
protected  OrderedMap<K,V> ModifiableOrderedMap.getModifiableMap(boolean... modifiable)
          Gets a modifiable instance of the wrapped map.
static
<K,V> OrderedMap<K,V>
Collections.sort(Map<K,V> source, int[] order)
          Sorts the specified source map into the specified order.
 

Methods in org.norther.tammi.acorn.util with parameters of type OrderedMap
static
<K,V> OrderedMap<K,V>
Collections.cast(OrderedMap<?,?> c)
          Casts an unknown ordered map to the specified parametrized type.
 

Constructors in org.norther.tammi.acorn.util with parameters of type OrderedMap
ModifiableOrderedMap(OrderedMap<K,V> m, boolean... modifiable)
          Constructs a new map.
UnmodifiableOrderedMap(OrderedMap<? extends K,? extends V> m)
          Constructs a new map.
 

Uses of OrderedMap in org.norther.tammi.core.base
 

Methods in org.norther.tammi.core.base with parameters of type OrderedMap
<K,V> V
AttributeSupport.setAttributeValue(String name, String type, OrderedMap<K,V> map, int index, K key, V value)
          Sets an indexed value for a key attribute.
 

Uses of OrderedMap in org.norther.tammi.core.config
 

Classes in org.norther.tammi.core.config that implement OrderedMap
 class Configuration
          An extension to java.util.Properties adding the possibility to use the same key many times concatenating the value strings instead of overwriting them.
 

Methods in org.norther.tammi.core.config that return OrderedMap
 OrderedMap<String,Object> DefaultConfigurable.propertyMap()
           
 OrderedMap<String,Object> Configurable.propertyMap()
          Returns a map of properties.
 OrderedMap<String,Object> DefaultConfigurable.propertyMap(String prefix)
           
 OrderedMap<String,Object> Configurable.propertyMap(String prefix)
          Returns a map of prefixed properties.
 

Uses of OrderedMap in org.norther.tammi.core.realm
 

Methods in org.norther.tammi.core.realm that return OrderedMap
 OrderedMap<String,Object> DefaultNativeRealm.propertyMap()
           
 OrderedMap<String,Object> DefaultNativeRealm.propertyMap(String prefix)
           
 

Uses of OrderedMap in org.norther.tammi.core.rt
 

Methods in org.norther.tammi.core.rt that return OrderedMap
protected  OrderedMap<String,VariableAttributeInfo> VariableInfo.getAttributeMap()
          Gets the map of variable attributes.
 

Methods in org.norther.tammi.core.rt with parameters of type OrderedMap
protected  SortedMap<String,Exception> VariableX.validateAttributeValues(List<Variable> nested, Map<?,?> attributes, OrderedMap<String,Object> validated, Object... localization)
          Validates attribute values in a map of name value bindings.
 

Uses of OrderedMap in org.norther.tammi.core.startup
 

Methods in org.norther.tammi.core.startup that return OrderedMap
 OrderedMap<String,Object> DefaultStartup.propertyMap()
           
 OrderedMap<String,Object> DefaultStartup.propertyMap(String prefix)
           
 

Uses of OrderedMap in org.norther.tammi.root.db
 

Methods in org.norther.tammi.root.db with parameters of type OrderedMap
 boolean DefaultBeanRepositoryClient.addToIdentityTree(Collection<? extends Variable> roots, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
           
 boolean BeanRepositoryClient.addToIdentityTree(Collection<? extends Variable> roots, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
          Adds a collection of root variables to an ordered map.
 boolean DefaultBeanRepositoryClient.addToIdentityTree(Collection<? extends Variable> vars, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
           
 boolean BeanRepositoryClient.addToIdentityTree(Collection<? extends Variable> vars, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
          Adds the variable chains of the selected variables to an ordered map.
 boolean DefaultBeanRepositoryClient.addToIdentityTree(Identity[] ids, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
           
 boolean BeanRepositoryClient.addToIdentityTree(Identity[] ids, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
          Adds the variable chains of the selected identities to an ordered map.
 boolean DefaultBeanRepositoryClient.addToIdentityTree(Identity id, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
           
 boolean BeanRepositoryClient.addToIdentityTree(Identity id, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
          Adds the variable chain of the selected identity to an ordered map.
 boolean DefaultBeanRepositoryClient.addToIdentityTree(Variable root, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
           
 boolean BeanRepositoryClient.addToIdentityTree(Variable root, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
          Adds the specified root variable to an ordered map.
 boolean DefaultBeanRepositoryClient.addToIdentityTree(Variable var, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
           
 boolean BeanRepositoryClient.addToIdentityTree(Variable var, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
          Adds the variable chain of the selected variable to an ordered map.
 void DefaultBeanRepositoryClient.collapseInIdentityTree(Identity id, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
           
 void BeanRepositoryClient.collapseInIdentityTree(Identity id, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
          Collapses the specified identity in the ordered map representing an identity tree.
 void DefaultBeanRepositoryClient.expandInIdentityTree(Identity id, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
           
 void BeanRepositoryClient.expandInIdentityTree(Identity id, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
          Expands the specified identity in the ordered map representing an identity tree.
protected abstract  int AbstractPersisterFactory.parseAttributeInfo(String className, Object repository, Configuration variableConfig, OrderedMap<String,Configuration> configs, boolean localized, Map<String,String> types, OrderedMap<String,VariableAttributeInfo> attributes)
          Parses attributes of a named class in the repository.
protected abstract  int AbstractPersisterFactory.parseAttributeInfo(String className, Object repository, Configuration variableConfig, OrderedMap<String,Configuration> configs, boolean localized, Map<String,String> types, OrderedMap<String,VariableAttributeInfo> attributes)
          Parses attributes of a named class in the repository.
protected  void AbstractPersisterFactory.registerDynamicAttributes(OrderedMap<String,VariableConfiguration> descriptors, Object repository, Map<String,String> types)
          Registers dynamic attributes of the specified variables.
protected  void AbstractPersisterFactory.registerForeignDependencies(OrderedMap<String,DependenceDescriptor> descriptors)
          Registers foreign dependencies of the specified objects.
 boolean DefaultBeanRepositoryClient.restoreIdentityTree(List<? extends EnumeratedAttribute> enums, int depth, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
           
 boolean BeanRepositoryClient.restoreIdentityTree(List<? extends EnumeratedAttribute> enums, int depth, String parentField, String childField, String[] nameFields, Persister persister, OrderedMap<Identity,EnumeratedIdentity> tree)
          Restores the specified enumerated identities to an ordered map.
 

Uses of OrderedMap in org.norther.tammi.root.db.util
 

Methods in org.norther.tammi.root.db.util that return OrderedMap
 OrderedMap<String,DependenceDescriptor> ClassDescriptorHandler.getDependenceDescriptors()
          Gets a map of registered dependence descriptors.
 OrderedMap<String,Configuration> VariableConfiguration.getFieldConfigurations()
          Gets the field configurations.
 OrderedMap<String,VariableConfiguration> ClassDescriptorHandler.getVariableConfigurations()
          Gets a map of registered variable configurations.
 

Uses of OrderedMap in org.norther.tammi.root.hbm
 

Methods in org.norther.tammi.root.hbm with parameters of type OrderedMap
protected  int DefaultHibernateFactory.parseAttributeInfo(String className, Object repository, Configuration variableConfig, OrderedMap<String,Configuration> attributeConfigs, boolean localized, Map<String,String> types, OrderedMap<String,VariableAttributeInfo> attributes)
           
protected  int DefaultHibernateFactory.parseAttributeInfo(String className, Object repository, Configuration variableConfig, OrderedMap<String,Configuration> attributeConfigs, boolean localized, Map<String,String> types, OrderedMap<String,VariableAttributeInfo> attributes)
           
 

Uses of OrderedMap in org.norther.tammi.root.ojb
 

Methods in org.norther.tammi.root.ojb with parameters of type OrderedMap
protected  int DefaultOJBFactory.parseAttributeInfo(String className, Object repository, Configuration variableConfig, OrderedMap<String,Configuration> attributeConfigs, boolean localized, Map<String,String> types, OrderedMap<String,VariableAttributeInfo> attributes)
           
protected  int DefaultOJBFactory.parseAttributeInfo(String className, Object repository, Configuration variableConfig, OrderedMap<String,Configuration> attributeConfigs, boolean localized, Map<String,String> types, OrderedMap<String,VariableAttributeInfo> attributes)
           
 

Uses of OrderedMap in org.norther.tammi.spray.db.step
 

Methods in org.norther.tammi.spray.db.step with parameters of type OrderedMap
protected  List<EnumeratedIdentity> SelectionStepAction.getSelectionEnumeration(Variable var, String className, String[] nameFields, OrderedMap<Identity,EnumeratedIdentity> identities, Persister persister, ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Gets the selection enumeration for the specified class from the corresponding identity tree.
 

Uses of OrderedMap in org.norther.tammi.spray.engine.tool
 

Methods in org.norther.tammi.spray.engine.tool that return OrderedMap
<K,V> OrderedMap<K,V>
TypeTool.newOrderedMap()
          Returns an empty ordered map.
 

Uses of OrderedMap in org.norther.tammi.spray.filter
 

Methods in org.norther.tammi.spray.filter that return OrderedMap
 OrderedMap<String,String> LinkFilter.linkAnchorMap()
          Returns a read-only map of link anchors.
 OrderedMap<String,String> DefaultLinkFilter.linkAnchorMap()
           
 OrderedMap<String,String> LinkFilter.linkAnchorMap(ServletRequest request, ServletResponse response, FilterChain chain)
          Returns a read-only map of link anchors for the specified request.
 OrderedMap<String,String> DefaultLinkFilter.linkAnchorMap(ServletRequest request, ServletResponse response, FilterChain chain)
           
 

Uses of OrderedMap in org.norther.tammi.spray.media.tool
 

Methods in org.norther.tammi.spray.media.tool that return OrderedMap
 OrderedMap<String,String> LinkTool.getLinkAnchors()
          Gets a map of link anchors for the current principal.
 OrderedMap<String,String> LinkTool.getLinkAnchors(boolean all)
          Gets a map of all link anchors.
 OrderedMap<String,String> LinkTool.getPipeAnchors()
          Gets a map of pipe anchors for the current principal.
 OrderedMap<String,String> LinkTool.getPipeAnchors(boolean all)
          Gets a map of all pipe anchors.
 OrderedMap<String,String> LinkTool.getServiceAnchors()
          Gets a map of service anchors for the current principal.
 OrderedMap<String,String> LinkTool.getServiceAnchors(boolean all)
          Gets a map of all service anchors.
 

Uses of OrderedMap in org.norther.tammi.spray.protocol
 

Methods in org.norther.tammi.spray.protocol that return OrderedMap
 OrderedMap<String,Object> DefaultIpMaskFilter.propertyMap()
           
 OrderedMap<String,Object> DefaultHttpRelayFilter.propertyMap()
           
 OrderedMap<String,Object> DefaultIpMaskFilter.propertyMap(String prefix)
           
 OrderedMap<String,Object> DefaultHttpRelayFilter.propertyMap(String prefix)
           
 

Uses of OrderedMap in org.norther.tammi.spray.protocol.chain
 

Methods in org.norther.tammi.spray.protocol.chain with parameters of type OrderedMap
 StringBuilder ProtocolExtension.getLinkedURL(String location, OrderedMap<String,Object> info)
          Gets a URL link to the specified location with additional URL parameters.
 StringBuilder AbstractProtocolRequest.ProtocolRequestExtension.getLinkedURL(String location, OrderedMap<String,Object> info)
           
 StringBuilder ProtocolExtension.getLinkedURL(String location, ProtocolExtension.Relativity relativity, OrderedMap<String,Object> info)
          Gets an optionally absolute URL link to the specified location with additional URL parameters.
 StringBuilder AbstractProtocolRequest.ProtocolRequestExtension.getLinkedURL(String location, ProtocolExtension.Relativity relativity, OrderedMap<String,Object> info)
           
 StringBuilder ProtocolExtension.getRedirectedURL(String location, boolean secure, OrderedMap<String,Object> info)
          Gets a redirected URL link with additional URL parameters, which is either secure or non-secure.
 StringBuilder AbstractProtocolRequest.ProtocolRequestExtension.getRedirectedURL(String location, boolean secure, OrderedMap<String,Object> info)
           
 StringBuilder ProtocolExtension.getRedirectedURL(String host, int port, String location, boolean secure, OrderedMap<String,Object> info)
          Gets a redirected URL link with additional URL parameters to the specified host and/or port, which is either secure or non-secure.
 StringBuilder AbstractProtocolRequest.ProtocolRequestExtension.getRedirectedURL(String host, int port, String location, boolean secure, OrderedMap<String,Object> info)
           
 StringBuilder ProtocolExtension.getRedirectedURL(String location, OrderedMap<String,Object> info)
          Gets a redirected URL link with additional URL parameters.
 StringBuilder AbstractProtocolRequest.ProtocolRequestExtension.getRedirectedURL(String location, OrderedMap<String,Object> info)
           
 

Uses of OrderedMap in org.norther.tammi.spray.session
 

Methods in org.norther.tammi.spray.session that return OrderedMap
 OrderedMap<String,Object> DefaultSessionManager.propertyMap()
           
 OrderedMap<String,Object> DefaultSessionManager.propertyMap(String prefix)
           
 

Uses of OrderedMap in org.norther.tammi.spray.template.skin
 

Methods in org.norther.tammi.spray.template.skin with parameters of type OrderedMap
 boolean UnmodifiableSkin.mergeBodyScripts(OrderedMap<String,Boolean> map, int... index)
           
 boolean Skin.mergeBodyScripts(OrderedMap<String,Boolean> map, int... index)
          Merges body scripts to the specified map.
 boolean DefaultSkin.mergeBodyScripts(OrderedMap<String,Boolean> map, int... index)
           
 boolean UnmodifiableSkin.mergeHeadScripts(OrderedMap<String,Boolean> map, int... index)
           
 boolean Skin.mergeHeadScripts(OrderedMap<String,Boolean> map, int... index)
          Merges head scripts to the specified map.
 boolean DefaultSkin.mergeHeadScripts(OrderedMap<String,Boolean> map, int... index)
           
 boolean UnmodifiableSkin.mergeStyleSheets(OrderedMap<String,Boolean> map, int... index)
           
 boolean Skin.mergeStyleSheets(OrderedMap<String,Boolean> map, int... index)
          Merges style sheets to the specified map.
 boolean DefaultSkin.mergeStyleSheets(OrderedMap<String,Boolean> map, int... index)
           
 

Uses of OrderedMap in org.norther.tammi.spray.template.tool
 

Methods in org.norther.tammi.spray.template.tool with parameters of type OrderedMap
 boolean SkinTool.mergeBodyScripts(OrderedMap<String,Boolean> map, int... index)
           
 boolean SkinTool.mergeHeadScripts(OrderedMap<String,Boolean> map, int... index)
           
 boolean SkinTool.mergeStyleSheets(OrderedMap<String,Boolean> map, int... index)
           
 

Uses of OrderedMap in org.norther.tammi.sprig.chart.tool
 

Methods in org.norther.tammi.sprig.chart.tool with parameters of type OrderedMap
 ChartModel ChartTool.filter(ChartModel model, OrderedMap<Comparable<?>,Comparable<?>> columns, OrderedMap<Comparable<?>,Comparable<?>> rows)
          Returns a filtered chart model.
 ChartModel ChartTool.filter(ChartModel model, OrderedMap<Comparable<?>,Comparable<?>> columns, OrderedMap<Comparable<?>,Comparable<?>> rows)
          Returns a filtered chart model.
 



Copyright © 2004 The Norther Organization. All rights reserved.