Uses of Class
org.apache.syncope.client.enduser.pages.BasePage
-
Packages that use BasePage Package Description org.apache.syncope.client.enduser org.apache.syncope.client.enduser.init org.apache.syncope.client.enduser.pages org.apache.syncope.client.enduser.panels -
-
Uses of BasePage in org.apache.syncope.client.enduser
Methods in org.apache.syncope.client.enduser that return types with arguments of type BasePage Modifier and Type Method Description Map<String,Class<? extends BasePage>>
EnduserProperties. getPage()
Class<? extends BasePage>
SyncopeWebApplication. getPageClass(String name)
Class<? extends BasePage>
SyncopeWebApplication. getPageClass(String name, Class<? extends BasePage> defaultValue)
Method parameters in org.apache.syncope.client.enduser with type arguments of type BasePage Modifier and Type Method Description Class<? extends BasePage>
SyncopeWebApplication. getPageClass(String name, Class<? extends BasePage> defaultValue)
-
Uses of BasePage in org.apache.syncope.client.enduser.init
Methods in org.apache.syncope.client.enduser.init that return types with arguments of type BasePage Modifier and Type Method Description List<Class<? extends BasePage>>
ClassPathScanImplementationLookup. getExtPageClasses()
-
Uses of BasePage in org.apache.syncope.client.enduser.pages
Subclasses of BasePage in org.apache.syncope.client.enduser.pages Modifier and Type Class Description class
AbstractChangePassword
class
BaseExtPage
class
Dashboard
class
EditChangePassword
class
EditSecurityQuestion
class
EditUser
class
Flowable
class
MustChangePassword
class
SelfConfirmPasswordReset
class
SelfPasswordReset
class
SelfRegistration
class
SelfResult
-
Uses of BasePage in org.apache.syncope.client.enduser.panels
Constructor parameters in org.apache.syncope.client.enduser.panels with type arguments of type BasePage Constructor Description Sidebar(String id, PageReference pageRef, List<Class<? extends BasePage>> extPageClasses)
-