Uses of Class
org.codelibs.fess.app.web.RootAction
Packages that use RootAction
-
Uses of RootAction in org.codelibs.fess.exception
Methods in org.codelibs.fess.exception that return types with arguments of type RootActionModifier and TypeMethodDescriptionClass<? extends RootAction> UserRoleLoginException.getActionClass()Gets the action class associated with this exception.Constructor parameters in org.codelibs.fess.exception with type arguments of type RootActionModifierConstructorDescriptionUserRoleLoginException(Class<? extends RootAction> actionClass) Constructs a new UserRoleLoginException with the specified action class.