Uses of Class
org.jafer.registry.web.struts.action.JaferRegistryAction

Packages that use JaferRegistryAction
org.jafer.registry.web.struts.action   
 

Uses of JaferRegistryAction in org.jafer.registry.web.struts.action
 

Subclasses of JaferRegistryAction in org.jafer.registry.web.struts.action
 class AddAccessPointAction
          This action adds the access point to the service
 class AddCategoryAction
          This action adds the category to the service or provider
 class AddServiceAction
          This action creates a new service
 class CheckLogonStatusAction
          This action checks to see that the user is logged on as expected.
 class CreateProviderAction
          This action creates a new provider
 class CreateServiceAction
          This action creates a new service
 class DeleteProviderAction
          This action delete the provider
 class DeleteServiceAction
          This action delete the service
 class GetAccessPointAction
          This action gets the access point for the service
 class GetCategoryProtocolTypesAction
          This action gets all the category display types
 class GetCategoryTypesAction
          This action gets all the category display types
 class GetProtocolTypesAction
          This action gets all the category display types
 class GetReturnPageAction
          Gets the page that any returning window should go to
 class LogoffAction
          This class takes care of logging a user off
 class LogonAction
          This class takes care of logging a user in
 class RelayAction
          When a form submits it always calls this action and places the actual submit action for the button into the request.
 class RemoveAccessPointAction
          This action removes the access point to the service
 class RemoveCategoryAction
          This action removes the category to the service or provider
 class RemoveServiceAction
          This action removes the service from the provider.
 class RequiresLogonAction
          This action checks to see if the user is logged on.
 class SearchAccessPointAction
          This action searches the access point for results given the keyword
 class SearchProviderAction
          This action searchs for the provider using the search criteria
 class SearchServiceAction
          This action searchs for the service using the search criteria
 class SetNewTokenAction
          This action sets a new token in the session
 class SetReturnPageAction
          Stores the page that any returning window should go to
 class UpdateAccessPointAction
          This action updates the access point for the service
 class UpdateProviderAction
          This action updates the provider
 class UpdateServiceAction
          This action updates the service
 class ViewProviderAction
          This action views the specified provider
 class ViewProviderServicesAction
          This action views the specified providers services
 class ViewServiceAction
          This action views the specified service