Skip to content

shorten the handler name for renaming feature #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/01/z2ui5 aba643b150c02b2e28e7a7e17.sicf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ICF_NAME>Z2UI5</ICF_NAME>
<ICFORDER>01</ICFORDER>
<ICFTYP>A</ICFTYP>
<ICFHANDLER>Z2UI5_CL_LAUNCHPAD_HANDLER</ICFHANDLER>
<ICFHANDLER>Z2UI5_CL_LP_HANDLER</ICFHANDLER>
</ICFHANDLER>
</ICFHANDLER_TABLE>
</asx:values>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS z2ui5_cl_launchpad_handler DEFINITION
CLASS Z2UI5_CL_LP_HANDLER DEFINITION
PUBLIC
FINAL
CREATE PUBLIC .
Expand All @@ -13,7 +13,7 @@ ENDCLASS.



CLASS z2ui5_cl_launchpad_handler IMPLEMENTATION.
CLASS Z2UI5_CL_LP_HANDLER IMPLEMENTATION.

METHOD if_http_extension~handle_request.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<VSEOCLASS>
<CLSNAME>Z2UI5_CL_LAUNCHPAD_HANDLER</CLSNAME>
<CLSNAME>Z2UI5_CL_LP_HANDLER</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>abap2UI5 - HTTP Handler Launchpad</DESCRIPT>
<STATE>1</STATE>
Expand Down