|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Location | |
|---|---|
| org.apache.tapestry5.ioc | |
| org.apache.tapestry5.ioc.internal.services | |
| org.apache.tapestry5.ioc.internal.util | |
| org.apache.tapestry5.ioc.services | |
| org.apache.tapestry5.ioc.test | |
| Uses of Location in org.apache.tapestry5.ioc |
|---|
| Methods in org.apache.tapestry5.ioc that return Location | |
|---|---|
Location |
Locatable.getLocation()
Returns the location associated with this object for error reporting purposes. |
Location |
BaseLocatable.getLocation()
|
| Constructors in org.apache.tapestry5.ioc with parameters of type Location | |
|---|---|
BaseLocatable(Location location)
|
|
| Uses of Location in org.apache.tapestry5.ioc.internal.services |
|---|
| Classes in org.apache.tapestry5.ioc.internal.services that implement Location | |
|---|---|
class |
StringLocation
Implementation of Location used when the underlying resource isn't really known. |
| Methods in org.apache.tapestry5.ioc.internal.services that return Location | |
|---|---|
Location |
ClassFactoryImpl.getConstructorLocation(java.lang.reflect.Constructor constructor)
|
Location |
ClassFactoryImpl.getMethodLocation(java.lang.reflect.Method method)
|
| Uses of Location in org.apache.tapestry5.ioc.internal.util |
|---|
| Classes in org.apache.tapestry5.ioc.internal.util that implement Location | |
|---|---|
class |
LocationImpl
Implementation class for Location. |
| Methods in org.apache.tapestry5.ioc.internal.util that return Location | |
|---|---|
Location |
TapestryException.getLocation()
|
static Location |
InternalUtils.locationOf(java.lang.Object location)
Sniffs the object to see if it is a Location or Locatable. |
| Constructors in org.apache.tapestry5.ioc.internal.util with parameters of type Location | |
|---|---|
TapestryException(java.lang.String message,
Location location,
java.lang.Throwable cause)
|
|
| Uses of Location in org.apache.tapestry5.ioc.services |
|---|
| Methods in org.apache.tapestry5.ioc.services that return Location | |
|---|---|
Location |
ClassFactory.getConstructorLocation(java.lang.reflect.Constructor constructor)
Return a string representation for the constructor (including class and parameters) and (if available) file name and line number. |
Location |
ClassFactory.getMethodLocation(java.lang.reflect.Method method)
Converts a method to a Location, which includes information about the source file name and line number. |
| Uses of Location in org.apache.tapestry5.ioc.test |
|---|
| Methods in org.apache.tapestry5.ioc.test that return Location | |
|---|---|
protected Location |
IOCTestCase.mockLocation()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||