- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for business (1.44 sec)
-
CLAUDE.md
src/main/java/org/codelibs/fess/ ├── FessBoot.java # Application entry point ├── app/ │ ├── web/ # User-facing controllers │ ├── web/admin/ # Admin controllers │ ├── service/ # Business logic │ └── job/ # Background jobs ├── api/ # REST API endpoints ├── opensearch/ # OpenSearch integration
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/annotation/Secured.java
/** * Java 5 annotation for describing service layer security attributes. * * <p> * The <code>Secured</code> annotation is used to define a list of security configuration * attributes for business methods. * <p> * For example: * * <pre> * @Secured({ "ROLE_USER" }) * public void create(Contact contact); * * @Secured({ "ROLE_USER", "ROLE_ADMIN" })
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHook.java
protected static final int HTTP_UNAUTHORIZED = 401; // =================================================================================== // Business Failure // ================ @Override public ApiResponse handleValidationError(final ApiFailureResource resource) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.8K bytes - Viewed (0)