RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.el.types
Interface ELPropertyDescriptor

All Known Implementing Classes:
DummyPropertyDescriptor

public interface ELPropertyDescriptor

Simplified version of JavaBean property descriptor, used by EL-parser.

Author:
asmirnov@exadel.com

Method Summary
 String getName()
           
 String getReadMethodName()
           
 ELType getType()
           
 String getWriteMethosName()
           
 boolean isReadable()
           
 boolean isWritable()
           
 

Method Detail

getName

String getName()

getType

ELType getType()

isReadable

boolean isReadable()

isWritable

boolean isWritable()

getReadMethodName

String getReadMethodName()

getWriteMethosName

String getWriteMethosName()

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.