001    package railo.runtime;
002    
003    import railo.runtime.component.Property;
004    
005    public interface ComponentPro extends Component {
006            public Property[] getProperties(boolean onlyPeristent, boolean includeBaseProperties, boolean preferBaseProperties, boolean inheritedMappedSuperClassOnly);
007    }