|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentResolver
Specifies the resolution interface to be implemented by all attributes (including component attributes, that need resolution at compile time and pre-deployment time.
| Method Summary | |
|---|---|
void |
doLinkResolve(ResolutionState resState)
Internal recursive method for doing the actual link resolution. |
void |
doPlaceResolve(ResolutionState resState)
Internal recursive method for doing the actual placement resolution. |
void |
doTypeResolve(ResolutionState resState)
Internal recursive method for doing the actual type resolution. |
void |
linkResolve()
Internal method that performs a pre-deployment resolution on the object implementing this interface. |
void |
placeResolve()
Internal method that place resolves a parsed component. |
void |
typeResolve()
Internal method that type resolves a parsed component. |
| Method Detail |
|---|
void placeResolve()
throws SmartFrogCompileResolutionException
SmartFrogCompileResolutionException - failed to place resolve
void doPlaceResolve(ResolutionState resState)
throws SmartFrogCompileResolutionException
resState - resolution state
SmartFrogCompileResolutionException - failed to place resolve
void typeResolve()
throws SmartFrogCompileResolutionException
SmartFrogCompileResolutionException - failed to type resolve
void doTypeResolve(ResolutionState resState)
throws SmartFrogCompileResolutionException
resState - resolution state
SmartFrogCompileResolutionException - failed to type resolve
void linkResolve()
throws SmartFrogCompileResolutionException
SmartFrogCompileResolutionException - failed to deploy resolve
void doLinkResolve(ResolutionState resState)
throws SmartFrogCompileResolutionException
resState - resolution state
SmartFrogCompileResolutionException - failed to deploy resolve
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||