/*
- * Copyright 1999,2004 The Apache Software Foundation.
+ * Copyright 2006 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.jasper.el;
import java.util.Iterator;
return DefaultResolver.isReadOnly(context, base, property);
}
- public Iterator getFeatureDescriptors(ELContext context, Object base) {
+ public Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(ELContext context, Object base) {
return DefaultResolver.getFeatureDescriptors(context, base);
}