Search

Search

Help

Page 1 of 2. Showing 13 results (0.013 seconds)

  1. Tworzenie własnych serwletów

    @Controller @RequestMapping( "/custom" ) public class CustomController { @Autowired private PositionService ps; @RequestMapping( "positions" ) public @ResponseBody List<User> getPositions( @RequestParam String positionName ) } Po pierwsze dodajemy adnotację @Controller dzięki temu system widzi klasę jako serwlet
    PlusWorkflowJun 30, 2023
  2. Tworzenie klasy zarządzanej przez kontekst aplikacji

    : Zarządzanie własnymi obiektami bazodanowymi Sposób 4 adnotacja @Controller Najbardziej rozbudowany mechanizm pozwalający na definiowanie serwletów w bardzo prosty sposób. Opis tworzenia serwletu za pomocą adnotacji @Controller: 4. Tworzenie własnych serwletów Aby klasa mogła zostać zeskanowana musi znajdować się w
    PlusWorkflowJul 04, 2023
  3. Konfiguracja SSO z wykorzystaniem Kerberos

    the address of the domain controller (e.g. using the echo %logonserver% command) the name and password of the account used to communicate with the domain controller … ) for the account used to communicate with the domain controller has been properly configured on the domain controller To view all SPNs for a given account: setspn /l
    PlusWorkflowJan 08, 2024
  4. 3. Stworzenie przykładowej strony

    org.springframework.web.bind.annotation.ResponseBody; @Controller public class HelloController { @RequestMapping( value = "/hello", method = RequestMethod.GET ) public String … will create the first controller that will return a simple view. We will be able to preview the view by clicking on the appropriate link in the system menu
    PlusWorkflowNov 29, 2021
  5. Tworzenie audytów

    that returns the category of this audit. If the audit is added to the controller/servlet and there is access to the HttpServletRequest … (AuditTypes.AUDITCUSTOMTEST).buildFailure(); If the audit is added somewhere other than the controllers/servlets, add a snippet. Date started = new Date(); // timeconsuming
    PlusWorkflowJul 04, 2023
  6. v3.2.120

    controllers. Improvement PWFL5963 http://192.168.1.52:8080/jira/browse/PWFL5963 Rollback of needed change for the document tree plugin. PWFL5967
    PlusWorkflowApr 08, 2020
  7. [AKCJA] Zwrócenie wyniku webservice'u do zmiennej

    do zmiennej logicznej. @Controller @RequestMapping( "/user" ) public class UsersController { @Autowired private UserExistenceChecker checker; @RequestMapping … should be written to a logical variable. @Controller @RequestMapping( "/user" ) public class UsersController { @Autowired private UserExistenceChecker checker
  8. Tworzenie widoków Freemarker

    ) zupełnie jak w przypadku JSP. Uzupełnienie modelu odbywa się zazwyczaj w kontrolerze: @Controller public class HelloController { // Wynik tych 2 metod będzie taki sam … , request attributes (HttpServletRequest) quite like JSP. Completion of the model is usually done in the controller: @Controller public class HelloController
    PlusWorkflowJul 03, 2023
  9. Konfiguracja kontekstu wtyczki

    http://docs.spring.io/autorepo/docs/springframework/3.2.6.RELEASE/javadocapi/org/springframework/context/ApplicationContext.html), where its components, controllers, imported services etc. are registered. This allows the plugin to be written
    PlusWorkflowJul 03, 2023
  10. Wtyczka

    acts as a container for plugin components, services, controllers. It is possible to inject inject dependencies
    PlusWorkflowJul 03, 2023