Uses of Class
wheel.components.StandaloneComponent

Packages that use StandaloneComponent
wheel   
wheel.components   
wheel.testing   
wheel.util   
 

Uses of StandaloneComponent in wheel
 

Subclasses of StandaloneComponent in wheel
 class ErrorPage
          Displays all unhandled exceptions if no error mapping or error page has been set in IEngine for the current request cycle.
 

Methods in wheel that return StandaloneComponent
 StandaloneComponent IEngine.getErrorPage()
          The error page to render if an exception is caugth.
 StandaloneComponent EngineImpl.getErrorPage()
           
 StandaloneComponent Asset.getOwner()
           
 StandaloneComponent IEngine.getpage()
           
 StandaloneComponent EngineImpl.getpage()
           
 StandaloneComponent RedirectException.getPage()
           
 StandaloneComponent IResourceManager.loadPage(java.lang.String pageClass)
           
 StandaloneComponent IEngine.loadPage(java.lang.String pagePath)
          This method can be used to load Page-classes when the page path is known.
 StandaloneComponent EngineImpl.loadPage(java.lang.String pagePath)
           
 StandaloneComponent DefaultResourceManager.loadPage(java.lang.String className)
           
 

Methods in wheel with parameters of type StandaloneComponent
 boolean MessageSourceResourceBundleImpl.exists(java.lang.String bundle, java.lang.String key, java.util.Locale locale, StandaloneComponent caller)
           
 boolean IMessagesSource.exists(java.lang.String bundle, java.lang.String key, java.util.Locale locale, StandaloneComponent caller)
          Returns true if a message with the given key exists in the given bundle with the given locale.
 java.lang.String MessageSourceResourceBundleImpl.getMessage(java.lang.String bundle, java.lang.String key, java.util.Locale locale, StandaloneComponent caller)
           
 java.lang.String IMessagesSource.getMessage(java.lang.String bundle, java.lang.String key, java.util.Locale locale, StandaloneComponent caller)
          Tries to read a localized message from the given bundle with the given key and locale.
 void IEngine.setErrorPage(StandaloneComponent errorPage)
          Sets the page to render if an exception is caught.
 void EngineImpl.setErrorPage(StandaloneComponent errorPage)
           
 

Constructors in wheel with parameters of type StandaloneComponent
Asset(java.lang.String fileUri, StandaloneComponent owner)
           
Messages(StandaloneComponent owner)
           
RedirectException(StandaloneComponent redirectTo)
           
 

Uses of StandaloneComponent in wheel.components
 

Methods in wheel.components that return StandaloneComponent
 StandaloneComponent Component._getTopLevelComponent(boolean returnSelf)
          Returns the containing StandaloneComponent.
 StandaloneComponent Component.getPage()
          Returns the surrounding page where this component lives.
 

Constructors in wheel.components with parameters of type StandaloneComponent
StandaloneComponentConfiguration(StandaloneComponent forComponent)
           
 

Uses of StandaloneComponent in wheel.testing
 

Subclasses of StandaloneComponent in wheel.testing
 class MockPage
           
 

Methods in wheel.testing that return StandaloneComponent
 StandaloneComponent MockEngine.getErrorPage()
           
 StandaloneComponent MockEngine.getpage()
           
protected  StandaloneComponent WheelTestCase.getPage()
          Returns the Page being used.
 StandaloneComponent MockEngine.loadPage(java.lang.String pagePath)
           
 

Methods in wheel.testing with parameters of type StandaloneComponent
 void MockEngine.setErrorPage(StandaloneComponent errorPage)
           
 

Uses of StandaloneComponent in wheel.util
 

Methods in wheel.util that return StandaloneComponent
 StandaloneComponent DynamicSelectModel.getTopLevelComponent()
           
 

Methods in wheel.util with parameters of type StandaloneComponent
 void LinkToDomain.copyFromDomain(StandaloneComponent topLevelComponent)
           
 java.lang.Object LinkToDomain.getCopy(StandaloneComponent topLevelComponent)
           
 void DynamicSelectModel.setTopLevelComponent(StandaloneComponent topLevelComponent)
           
 void LinkToDomain.writeToDomain(StandaloneComponent topLevelComponent)
           
 



Copyright © 2007-2008. All Rights Reserved.