|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.annotations.AnnotationUtils
public class AnnotationUtils
Constructor Summary | |
---|---|
AnnotationUtils()
|
Method Summary | |
---|---|
static org.apache.hivemind.Location |
buildLocationForAnnotation(java.lang.reflect.Method method,
java.lang.annotation.Annotation annotation,
org.apache.hivemind.Resource classResource)
|
static java.lang.String |
getPropertyName(java.lang.reflect.Method method)
Determines the property name for a method, by stripping off the is/get/set prefix and decapitalizing the first name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationUtils()
Method Detail |
---|
public static java.lang.String getPropertyName(java.lang.reflect.Method method)
method
- accessor method (get/set/is)
org.apache.hivemind.ApplicationRuntimeException
- if the method is not an accessor or mutator methodpublic static org.apache.hivemind.Location buildLocationForAnnotation(java.lang.reflect.Method method, java.lang.annotation.Annotation annotation, org.apache.hivemind.Resource classResource)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |