org.mule.config.spring.parsers.assembly.configuration
Class Conventions

java.lang.Object
  extended by org.mule.config.spring.parsers.assembly.configuration.Conventions

public abstract class Conventions
extends Object

Overloads the Spring Conventions class, specifically the attributeNameToPropertyName(String) Method to evaluate the first character of the attribute name and ignore if it is upper case since this is not valid Bean notation and Mule uses upper case to signify a non-bean attribute name.


Constructor Summary
Conventions()
           
 
Method Summary
static String attributeNameToPropertyName(String attributeName)
          Overloads the Spring version of this method to tak into account the first character in the attribute name An upper case char as the first letter of a bean name is not allowed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conventions

public Conventions()
Method Detail

attributeNameToPropertyName

public static String attributeNameToPropertyName(String attributeName)
Overloads the Spring version of this method to tak into account the first character in the attribute name An upper case char as the first letter of a bean name is not allowed. In Mule this also signifies a non bean property

Parameters:
attributeName - the attribute name to parse
Returns:
the correctly formatted bean name


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.