|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbeanface.el.functor.FullyQualifiedJavaName
public class FullyQualifiedJavaName
This is a place holder object so the resolver can build up fully-qualified-java-names for reference to static class methods.
| Constructor Summary | |
|---|---|
FullyQualifiedJavaName()
Construct an empty FullyQualifiedJavaName with no name
components. |
|
FullyQualifiedJavaName(java.lang.String base,
java.lang.String part)
Construct a FullyQualifiedJavaName from an option base
part and an additional name part. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
The string representation of the fully qualified package or class name. |
java.lang.Object |
resolve(javax.el.ELContext context,
FunctorIdentification functorIdent,
java.lang.String partName)
Applies the next identifier to this FQJN. |
java.lang.String |
toString()
A string representation of this object for debuging purposes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FullyQualifiedJavaName()
FullyQualifiedJavaName with no name
components.
public FullyQualifiedJavaName(java.lang.String base,
java.lang.String part)
FullyQualifiedJavaName from an option base
part and an additional name part.
base - The base part of the name that is being built up (may be
null).part - The addition package or class name part to add to the base.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.Object resolve(javax.el.ELContext context,
FunctorIdentification functorIdent,
java.lang.String partName)
throws javax.el.ELException
context - the EL Context (which may be needed for error messages).functorIdent - the configuration used to identify functor references.partName - the property value to apply.
javax.el.ELExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||